diff options
author | Juan J. Martinez <jjm@usebox.net> | 2019-02-26 09:56:24 +0000 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2022-05-29 22:57:28 +0100 |
commit | 68c2dd612b8d4ec6a73230e3af1333debf56c220 (patch) | |
tree | d196761a186a8452cc72a20e56e54deafdcbe6e7 | |
parent | 1c63110892337495411bc6282e921c1898fc606d (diff) | |
download | dotnvim-68c2dd612b8d4ec6a73230e3af1333debf56c220.tar.gz dotnvim-68c2dd612b8d4ec6a73230e3af1333debf56c220.zip |
This must go after the theme
-rw-r--r-- | vimrc | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -27,10 +27,6 @@ set laststatus=2 " enable mouse set mouse=a -" highlight end of line whitespace -highlight WhitespaceEOL ctermbg=red guibg=red -match WhitespaceEOL /\s\+$/ - set statusline = " Buffer number set statusline +=[%n] @@ -96,3 +92,7 @@ set updatetime=200 " make easier to open NERDTree map <C-n> :NERDTreeToggle<CR> +" highlight end of line whitespace +highlight WhitespaceEOL ctermbg=red guibg=red +match WhitespaceEOL /\s\+$/ + |