aboutsummaryrefslogtreecommitdiffhomepage
path: root/vim/init
diff options
context:
space:
mode:
Diffstat (limited to 'vim/init')
-rw-r--r--vim/init/highlight.vim4
1 files changed, 1 insertions, 3 deletions
diff --git a/vim/init/highlight.vim b/vim/init/highlight.vim
index 7f1a9a8..bac802b 100644
--- a/vim/init/highlight.vim
+++ b/vim/init/highlight.vim
@@ -2,10 +2,8 @@
2hi LuaParen ctermfg=NONE ctermbg=darkgrey cterm=NONE 2hi LuaParen ctermfg=NONE ctermbg=darkgrey cterm=NONE
3 3
4" Show trailing spaces 4" Show trailing spaces
5if has('nvim')
6 match ExtraWhitespace /\s\+$/
7endif
8hi ExtraWhitespace ctermbg=red guibg=red 5hi ExtraWhitespace ctermbg=red guibg=red
6match ExtraWhitespace /\s\+$/
9 7
10hi CursorLine guibg=NONE 8hi CursorLine guibg=NONE
11" Only works when :set cursorline in neovim 9" Only works when :set cursorline in neovim