[vim] List mode by default
This commit is contained in:
parent
28278eff86
commit
de566b0d49
2 changed files with 116 additions and 1 deletions
2
vimrc
2
vimrc
|
@ -45,7 +45,7 @@ set showmatch " show matching things: (), {}, [], etc
|
|||
|
||||
set fo+=n " format numbered lists properly
|
||||
|
||||
set nolist " don't show spaces, newlines, etc by default
|
||||
set list
|
||||
set lcs+=tab:▸\ " show tabs
|
||||
set lcs+=eol:¬ " show end-of-lines
|
||||
set lcs+=trail:・ " show trailing spaces
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue