Allow space highlighting in vim

This commit is contained in:
Tobias Schmidl 2014-01-28 15:43:06 +01:00
parent ab335ec282
commit 28fddd060d

2
vimrc
View file

@ -18,3 +18,5 @@ set foldmethod=indent
set foldnestmax=10
set nofoldenable
set modeline
set listchars=eol,tab:\»\ ,trail:~,extends:>,precedes:<
set list