[vim] List mode by default

This commit is contained in:
Eryn Wells 2014-04-28 22:23:11 -07:00
parent 28278eff86
commit de566b0d49
2 changed files with 116 additions and 1 deletions

2
vimrc
View file

@ -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