aboutsummaryrefslogtreecommitdiff
path: root/vimrc
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2019-02-26 09:56:24 +0000
committerJuan J. Martinez <jjm@usebox.net>2022-05-29 22:57:28 +0100
commit68c2dd612b8d4ec6a73230e3af1333debf56c220 (patch)
treed196761a186a8452cc72a20e56e54deafdcbe6e7 /vimrc
parent1c63110892337495411bc6282e921c1898fc606d (diff)
downloaddotnvim-68c2dd612b8d4ec6a73230e3af1333debf56c220.tar.gz
dotnvim-68c2dd612b8d4ec6a73230e3af1333debf56c220.zip
This must go after the theme
Diffstat (limited to 'vimrc')
-rw-r--r--vimrc8
1 files changed, 4 insertions, 4 deletions
diff --git a/vimrc b/vimrc
index c0cd268..2fdb6ac 100644
--- a/vimrc
+++ b/vimrc
@@ -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\+$/
+