add(nvim): tab uses different indent guide symbol (solid)

This commit is contained in:
Léana 江 2023-11-06 21:21:47 +01:00 committed by Léana 江
parent e94f4092fa
commit d62720d3ec
2 changed files with 1 additions and 4 deletions

View file

@ -40,7 +40,7 @@ opt.foldenable = true
opt.winbar = "%{%v:lua.require'winbar'.eval()%}"
opt.listchars = {
tab = " ",
tab = " ",
trail = "",
}