Set highlight for neovim (space end of line)

This commit is contained in:
dbroqua 2020-07-16 18:45:56 +02:00
parent 3faf96046c
commit 84b449718a

View File

@ -51,6 +51,8 @@ filetype indent on
:highlight ExtraWhitespace ctermbg=red guibg=red
:match ExtraWhitespace /\s\+$/
:match errorMsg /\s\+$/
" -- Search
set ignorecase