Enable whitespace highlighting in neovim
This commit is contained in:
parent
0cd403b77d
commit
4f0a412548
1 changed files with 2 additions and 0 deletions
|
@ -89,6 +89,8 @@ filetype plugin indent on
|
||||||
|
|
||||||
set spelllang=de,en
|
set spelllang=de,en
|
||||||
set complete+=kspell
|
set complete+=kspell
|
||||||
|
set listchars=tab:>\ ,trail:-,nbsp:+,lead:.
|
||||||
|
set list
|
||||||
|
|
||||||
noremap <F4> :make!<cr>
|
noremap <F4> :make!<cr>
|
||||||
noremap <F3> :! ./%<cr>
|
noremap <F3> :! ./%<cr>
|
||||||
|
|
Loading…
Add table
Reference in a new issue