refactor: simplify data variable usage across multiple modules
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
-- ╭─────────────────────────────────────────────────────────╮
|
||||
-- │ Core │
|
||||
-- ╰─────────────────────────────────────────────────────────╯
|
||||
local data = require("data")
|
||||
|
||||
return {
|
||||
{ -- LazyVim
|
||||
"LazyVim/LazyVim",
|
||||
@@ -18,7 +20,7 @@ return {
|
||||
{ -- Bufferline
|
||||
"akinsho/bufferline.nvim",
|
||||
opts = {
|
||||
options = require("data.types").bufferline,
|
||||
options = data.types.bufferline,
|
||||
},
|
||||
},
|
||||
{ -- Which-Key
|
||||
|
||||
Reference in New Issue
Block a user