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

Set listchars colour to be less invasive

This commit is contained in:
Joe Groocock 2017-11-23 20:03:36 +00:00
parent 004875f664
commit 36588f8de5
Signed by: frebib
GPG Key ID: E0B16BEACFBB6A86

View File

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