[vim] Change tab indent marker

This commit is contained in:
lhark 2019-02-04 13:02:49 -05:00
parent 284d9a720a
commit 725b834969

4
vimrc
View file

@ -344,7 +344,9 @@ language messages POSIX
set title
"[Hide/show the white-space and more invisible symbols]"
set list
set listchars=nbsp,tab:\|\ ,trail:-
set listchars=nbsp,trail:-
"set listchars+=tab:│\ ,
set listchars+=tab:▸\ ,
set nojoinspaces
"[Folding settings]"
set foldenable