summaryrefslogtreecommitdiff
path: root/plugin/trailing-spaces.vim
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/trailing-spaces.vim')
-rwxr-xr-xplugin/trailing-spaces.vim1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugin/trailing-spaces.vim b/plugin/trailing-spaces.vim
index bea3f7a..19bffeb 100755
--- a/plugin/trailing-spaces.vim
+++ b/plugin/trailing-spaces.vim
@@ -2,5 +2,6 @@
" Trailing whitespaces highlighting
highlight ExtraWhitespace ctermbg=darkred
+highlight CursorLine term=bold cterm=bold
" Show trailing whitepace and spaces before a tab:
autocmd Syntax * syn match ExtraWhitespace /\s\+$\| \+\ze\t/ containedin=ALL