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:
2025-02-08 20:28:57 -05:00
parent 0e7befb507
commit 816eca31b7
13 changed files with 179 additions and 152 deletions
-5
View File
@@ -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,