Enable whitespace highlighting in neovim

This commit is contained in:
Oshgnacknak 2022-10-29 12:11:08 +02:00
parent 0cd403b77d
commit 4f0a412548
Signed by: Oshgnacknak
GPG key ID: 8CB7375654585956

View file

@ -89,6 +89,8 @@ filetype plugin indent on
set spelllang=de,en
set complete+=kspell
set listchars=tab:>\ ,trail:-,nbsp:+,lead:.
set list
noremap <F4> :make!<cr>
noremap <F3> :! ./%<cr>