fix(nvim): set tab char for indent blankline

This commit is contained in:
Price Hiller 2023-10-03 01:48:51 -05:00
parent 293667503b
commit b466d8c2bf
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -35,6 +35,7 @@ return {
},
indent = {
char = "",
tab_char = "",
smart_indent_cap = true
},
scope = {