refactor: centralize configuration data to require data module
This commit is contained in:
@@ -18,9 +18,7 @@ return {
|
||||
{ -- Bufferline
|
||||
"akinsho/bufferline.nvim",
|
||||
opts = {
|
||||
options = {
|
||||
separator_style = "slant",
|
||||
},
|
||||
options = require("data.types").bufferline,
|
||||
},
|
||||
},
|
||||
{ -- Which-Key
|
||||
|
||||
Reference in New Issue
Block a user