From 42b26a34889bf150f677ef6584d81509fa776339 Mon Sep 17 00:00:00 2001 From: ache Date: Thu, 22 Feb 2018 14:24:54 +0100 Subject: [BIG] Clean up the config --- plugin/trailing-spaces.vim | 7 ------- 1 file changed, 7 deletions(-) delete mode 100755 plugin/trailing-spaces.vim (limited to 'plugin/trailing-spaces.vim') diff --git a/plugin/trailing-spaces.vim b/plugin/trailing-spaces.vim deleted file mode 100755 index 19bffeb..0000000 --- a/plugin/trailing-spaces.vim +++ /dev/null @@ -1,7 +0,0 @@ -" trailing-spaces.vim -" 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 -- cgit v1.2.3