neovim: Spellcheck markdown and text
This commit is contained in:
parent
08eaace571
commit
60c1a2c31a
2 changed files with 4 additions and 0 deletions
1
neovim/.gitignore
vendored
1
neovim/.gitignore
vendored
|
|
@ -1,2 +1,3 @@
|
||||||
plugins/
|
plugins/
|
||||||
.netrwhist
|
.netrwhist
|
||||||
|
spell/
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue