refactor: centralize configuration data to require data module

This commit is contained in:
2024-08-23 10:04:54 -04:00
parent a6e251fe2a
commit 9a6d4e4158
7 changed files with 54 additions and 351 deletions
+1 -3
View File
@@ -18,9 +18,7 @@ return {
{ -- Bufferline
"akinsho/bufferline.nvim",
opts = {
options = {
separator_style = "slant",
},
options = require("data.types").bufferline,
},
},
{ -- Which-Key