Allow space highlighting in vim
This commit is contained in:
parent
ab335ec282
commit
28fddd060d
1 changed files with 2 additions and 0 deletions
2
vimrc
2
vimrc
|
@ -18,3 +18,5 @@ set foldmethod=indent
|
||||||
set foldnestmax=10
|
set foldnestmax=10
|
||||||
set nofoldenable
|
set nofoldenable
|
||||||
set modeline
|
set modeline
|
||||||
|
set listchars=eol:¶,tab:\»\ ,trail:~,extends:>,precedes:<
|
||||||
|
set list
|
||||||
|
|
Loading…
Reference in a new issue