nvim: ftplugin: markdown: Enable spell check

This commit is contained in:
Sanchayan Maity 2022-09-28 17:24:21 +05:30
parent f4ee744e85
commit 43e4927c88
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
setlocal nospell
setlocal spell
setlocal textwidth=80
autocmd! BufWritePost <buffer> :Vale