1
0
Fork 0

neovim: Spellcheck markdown and text

This commit is contained in:
Jeremy Kaplan 2019-05-26 16:00:27 -07:00
commit 60c1a2c31a
2 changed files with 4 additions and 0 deletions

1
neovim/.gitignore vendored
View file

@ -1,2 +1,3 @@
plugins/ plugins/
.netrwhist .netrwhist
spell/

View file

@ -264,3 +264,6 @@ autocmd FileType yaml setlocal ts=2 sts=2 sw=2 expandtab
autocmd FileType markdown setlocal commentstring=<!--%s--> autocmd FileType markdown setlocal commentstring=<!--%s-->
set secure set secure
autocmd FileType markdown setlocal spell
autocmd FileType text setlocal spell