1
0
mirror of https://github.com/frebib/dotfiles.git synced 2024-06-14 12:57:23 +00:00

vim: use darker grey for whitespace

This commit is contained in:
Joe Groocock 2018-03-29 11:54:40 +01:00
parent 29d4bbae7b
commit 61ca5b014b
Signed by: frebib
GPG Key ID: E0B16BEACFBB6A86

View File

@ -49,7 +49,7 @@ set guioptions=
" Whitespace highlight settings " Whitespace highlight settings
set list set list
set listchars=eol:$,space:.,tab:>-,trail:~,extends:>,precedes:< set listchars=eol:$,space:.,tab:>-,trail:~,extends:>,precedes:<
highlight SpecialKey ctermfg=7 highlight SpecialKey ctermfg=8
" set the runtime path to include Vundle and initialize " set the runtime path to include Vundle and initialize