summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--vimrc5
1 files changed, 3 insertions, 2 deletions
diff --git a/vimrc b/vimrc
index e4100e9..b947d56 100644
--- a/vimrc
+++ b/vimrc
@@ -94,8 +94,9 @@ nmap <leader>l :set list!<CR>
set list listchars=tab:▸\ ,trail:·,precedes:←,extends:→,nbsp:␣
hi NonText ctermfg=16 guifg=#4a4a59
"hi SpecialKey ctermfg=16 guifg=#4a4a59
-"highlight ExtraWhitespace ctermbg=red guibg=red
-"match ExtraWhitespace /\t\|\s\+$/
+highlight ExtraWhitespace ctermbg=red guibg=red ctermfg=black guifg=black
+match ExtraWhitespace /\s\+$/
+" match ExtraWhitespace /\t\|\s\+$/
" highlight ExtraOver ctermbg=red ctermfg=white guibg=#59292
" match ExtraOver /\s\+\%#\@<!$\|\%81v.*/