From 40b44c0e6684fe3141d54299cc23d29b0dcfff8e Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Fri, 25 Feb 2022 07:50:51 +0000 Subject: Show tabls an EOL whitespace Using list instead of colours that sometimes interfere with other things. --- vimrc | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'vimrc') diff --git a/vimrc b/vimrc index 3366bac..8163b26 100644 --- a/vimrc +++ b/vimrc @@ -149,13 +149,8 @@ colorscheme gruvbox " toggle spell check map s :set spell! spelllang=en_gb -" EOL whitespace -highlight ExtraWhitespace ctermbg=red guibg=red -match ExtraWhitespace /\s\+$/ -autocmd BufWinEnter * match ExtraWhitespace /\s\+$/ -autocmd InsertEnter * match ExtraWhitespace /\s\+\%#\@