mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
add(nvim): tab uses different indent guide symbol (solid)
This commit is contained in:
parent
e94f4092fa
commit
d62720d3ec
2 changed files with 1 additions and 4 deletions
|
|
@ -40,7 +40,7 @@ opt.foldenable = true
|
|||
opt.winbar = "%{%v:lua.require'winbar'.eval()%}"
|
||||
|
||||
opt.listchars = {
|
||||
tab = " ",
|
||||
tab = "│ ",
|
||||
trail = "␣",
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue