nvim: Disable capitalization in spellcheck
This commit is contained in:
parent
40c3671ef9
commit
d53c733d7f
1 changed files with 1 additions and 0 deletions
|
|
@ -297,6 +297,7 @@ set secure
|
|||
|
||||
autocmd FileType markdown setlocal spell
|
||||
autocmd FileType text setlocal spell
|
||||
set spellcapcheck=
|
||||
|
||||
autocmd BufNewFile,BufRead *.arb set filetype=ruby
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue