refactor: simplify data variable usage across multiple modules

This commit is contained in:
2024-08-24 16:32:29 -04:00
parent ac9397a703
commit c02ba52ff1
8 changed files with 59 additions and 54 deletions
+3 -1
View File
@@ -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