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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user