feat: introduce lazyvim extras for mini.indentscope Ui improvements

This commit is contained in:
2024-09-16 06:34:20 -04:00
parent 04b057a757
commit f37a609b47
+7
View File
@@ -12,6 +12,13 @@ return {
{ -- mini.move
import = "lazyvim.plugins.extras.editor.mini-move",
},
{ -- Mini.Indentscope
import = "lazyvim.plugins.extras.ui.mini-indentscope",
},
{ -- Mini Indentscope
"echasnovski/mini.indentscope",
opts = data.types.miniindentscope,
},
{ -- mini.align
"echasnovski/mini.align",
event = "InsertEnter",