fix!: move all lazyvim extras into a single file
This is a necessary change to ensure they are loaded before any other plugins. Prevents a warning message at startup.
This commit is contained in:
@@ -6,11 +6,6 @@
|
||||
|
||||
return {
|
||||
-- require("config.rocks").plugin_spec,
|
||||
{ -- LazyVim
|
||||
'LazyVim/LazyVim',
|
||||
priority = 900,
|
||||
opts = require('data.types').lazyvim.opts,
|
||||
},
|
||||
{ -- Bufferline
|
||||
'akinsho/bufferline.nvim',
|
||||
cond = require('data.types').bufferline.enabled,
|
||||
|
||||
Reference in New Issue
Block a user