fix(nvim): set tab char for indent blankline
This commit is contained in:
parent
293667503b
commit
b466d8c2bf
@ -35,6 +35,7 @@ return {
|
|||||||
},
|
},
|
||||||
indent = {
|
indent = {
|
||||||
char = "▏",
|
char = "▏",
|
||||||
|
tab_char = "▏",
|
||||||
smart_indent_cap = true
|
smart_indent_cap = true
|
||||||
},
|
},
|
||||||
scope = {
|
scope = {
|
||||||
|
Loading…
Reference in New Issue
Block a user