change indent-blankline indent chars back to a solid bar

the dashed line bar looks weird now in neovim gui's (e.g. neovide)
now with the adjusted font settings (negative linespacing)
This commit is contained in:
Gered 2024-09-01 21:52:20 -04:00
parent b9bbe3a9a4
commit c7a100e309

View file

@ -13,8 +13,8 @@ return {
return {
enabled = false,
indent = {
char = '',
tab_char = '',
char = '',
tab_char = '',
},
scope = {
show_start = false,