nvim: enable syntax checking for spellchecking only coments
This commit is contained in:
parent
07d2fa4303
commit
6d9dc4b6ec
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@ vim.cmd [[
|
|||
set linebreak
|
||||
" set guicursor= " always use the block cursor
|
||||
syntax enable
|
||||
set syntax=on
|
||||
set redrawtime=1000 " max syntax highlight time
|
||||
set number "relativenumber
|
||||
"autocmd InsertEnter * :set norelativenumber " Automatically toggle line numbers
|
||||
|
|
Loading…
Add table
Reference in a new issue