summaryrefslogtreecommitdiff
path: root/plugin
diff options
context:
space:
mode:
authorache <ache@ache.one>2018-12-20 22:41:49 +0100
committerache <ache@ache.one>2018-12-20 22:41:49 +0100
commit40f46b2449813436f2ba5db10198821299ebbc0d (patch)
treec3e30685b34967b720731b68b9611b18021c5001 /plugin
parentlistPlugin is now a script to install plugins (diff)
ExtraWhitespace coloredHEADmaster
Diffstat (limited to 'plugin')
-rwxr-xr-xplugin/perso.vim3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugin/perso.vim b/plugin/perso.vim
index 9af12b0..ccda728 100755
--- a/plugin/perso.vim
+++ b/plugin/perso.vim
@@ -12,10 +12,13 @@ set t_Co=256
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