remove redundant/unused plugins

This commit is contained in:
2025-02-08 21:27:29 -05:00
parent 62d405a8bf
commit bbc9f24eac
8 changed files with 250 additions and 482 deletions
+4 -4
View File
@@ -10,11 +10,11 @@ return {
event = 'VeryLazy',
opts = {},
},
-- { -- Mini Indentscope
-- 'echasnovski/mini.indentscope',
-- opts = require('data.types').miniindentscope.opts,
-- init = require('data.types').miniindentscope.init,
-- },
{ -- Mini Indentscope
'echasnovski/mini.indentscope',
opts = require('data.types').miniindentscope.opts,
init = require('data.types').miniindentscope.init,
},
{ -- mini.align
'echasnovski/mini.align',