feat: introduce lazyvim extras for mini.indentscope Ui improvements
This commit is contained in:
@@ -12,6 +12,13 @@ return {
|
|||||||
{ -- mini.move
|
{ -- mini.move
|
||||||
import = "lazyvim.plugins.extras.editor.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
|
{ -- mini.align
|
||||||
"echasnovski/mini.align",
|
"echasnovski/mini.align",
|
||||||
event = "InsertEnter",
|
event = "InsertEnter",
|
||||||
|
|||||||
Reference in New Issue
Block a user