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
@@ -10,8 +10,6 @@ return {
event = 'VeryLazy',
opts = {},
},
-- { -- Mini.Indentscope
-- import = 'lazyvim.plugins.extras.ui.mini-indentscope',
-- },
{ -- Mini Indentscope
'echasnovski/mini.indentscope',
@@ -36,9 +34,6 @@ return {
'echasnovski/mini.surround',
opts = {},
},
{ -- mini.files
import = 'lazyvim.plugins.extras.editor.mini-files',
},
{ -- mini.files
'echasnovski/mini.files',
opts = require('data.types').minifiles.opts,