🚸 ux(indent-line): use numbered indent blocks
This commit is contained in:
+12
-2
@@ -33,8 +33,18 @@ return {
|
|||||||
opts = {
|
opts = {
|
||||||
scope = { show_start = true, show_end = true },
|
scope = { show_start = true, show_end = true },
|
||||||
indent = {
|
indent = {
|
||||||
char = "⋯",
|
char = {
|
||||||
tab_char = "⋯",
|
"",
|
||||||
|
"",
|
||||||
|
"",
|
||||||
|
"",
|
||||||
|
"",
|
||||||
|
"",
|
||||||
|
"",
|
||||||
|
"",
|
||||||
|
"",
|
||||||
|
"",
|
||||||
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user