Set highlight for neovim (space end of line)
This commit is contained in:
parent
3faf96046c
commit
84b449718a
1 changed files with 2 additions and 0 deletions
|
@ -51,6 +51,8 @@ filetype indent on
|
||||||
|
|
||||||
:highlight ExtraWhitespace ctermbg=red guibg=red
|
:highlight ExtraWhitespace ctermbg=red guibg=red
|
||||||
:match ExtraWhitespace /\s\+$/
|
:match ExtraWhitespace /\s\+$/
|
||||||
|
:match errorMsg /\s\+$/
|
||||||
|
|
||||||
|
|
||||||
" -- Search
|
" -- Search
|
||||||
set ignorecase
|
set ignorecase
|
||||||
|
|
Loading…
Reference in a new issue