feat: introduce lazyvim extras for mini.indentscope Ui improvements
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user