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