summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorache <ache@ache.one>2018-12-20 22:42:22 +0100
committerache <ache@ache.one>2018-12-20 22:42:22 +0100
commitd552d387828cd50abf6ec2ef59dc0329c0c26c68 (patch)
tree3213c89587156c69cd868e158287b3b23252c76f
parentConceallevel (diff)
parentExtraWhitespace colored (diff)
Merge branch 'master' into neovim
-rwxr-xr-xplugin/perso.vim3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugin/perso.vim b/plugin/perso.vim
index 33f238c..8d7c9ff 100755
--- a/plugin/perso.vim
+++ b/plugin/perso.vim
@@ -20,10 +20,13 @@ imap <C-P> <C-N>
filetype plugin indent on
" Color :
+autocmd ColorScheme * highlight ExtraWhitespace ctermbg=darkred guibg=darkred
colo jellybeans
set cursorline
hi CursorLine term=bold cterm=bold ctermbg=black
+match ExtraWhitespace /\s\+$/
+
" Completion related options
" wildcard char = <TAB>
set wildmenu