Browse Source

[vim] Change tab indent marker

merge-requests/1/merge
lhark 7 years ago
parent
commit
725b834969
  1. 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…
Cancel
Save