🚸 ux(indent-line): use numbered indent blocks

This commit is contained in:
2024-07-28 14:40:40 -04:00
parent c66dd30b8c
commit 23969bc981
+12 -2
View File
@@ -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 = "", "󰎤",
"󰎧",
"󰎪",
"󰎭",
"󰎱",
"󰎳",
"󰎶",
"󰎹",
"󰎼",
"󰽽",
},
}, },
}, },
}, },