feat: add customizable tab, indent, and scope characters

This commit is contained in:
2024-09-16 13:48:59 -04:00
parent f1edd2aba0
commit 16d98a918c
4 changed files with 91 additions and 37 deletions
+2 -1
View File
@@ -17,7 +17,8 @@ return {
},
{ -- Mini Indentscope
"echasnovski/mini.indentscope",
opts = data.types.miniindentscope,
opts = data.types.miniindentscope.opts,
init = data.types.miniindentscope.init,
},
{ -- mini.align
"echasnovski/mini.align",