[vim] Change tab indent marker
This commit is contained in:
parent
284d9a720a
commit
725b834969
1 changed files with 3 additions and 1 deletions
4
vimrc
4
vimrc
|
@ -344,7 +344,9 @@ language messages POSIX
|
||||||
set title
|
set title
|
||||||
"[Hide/show the white-space and more invisible symbols]"
|
"[Hide/show the white-space and more invisible symbols]"
|
||||||
set list
|
set list
|
||||||
set listchars=nbsp:¬,tab:\|\ ,trail:-
|
set listchars=nbsp:¬,trail:-
|
||||||
|
"set listchars+=tab:│\ ,
|
||||||
|
set listchars+=tab:▸\ ,
|
||||||
set nojoinspaces
|
set nojoinspaces
|
||||||
"[Folding settings]"
|
"[Folding settings]"
|
||||||
set foldenable
|
set foldenable
|
||||||
|
|
Loading…
Reference in a new issue