add(nvim): leading indent guide

This commit is contained in:
Léana 江 2023-11-06 21:14:39 +01:00 committed by Léana 江
parent f5a9f7a9f3
commit 59acfd814b
2 changed files with 20 additions and 7 deletions

View file

@ -38,3 +38,10 @@ opt.foldlevelstart = 99
opt.foldenable = true
opt.winbar = "%{%v:lua.require'winbar'.eval()%}"
opt.listchars = {
tab = "",
trail = "",
}
opt.list = true