dotfiles/nvim/.config/nvim/after/ftplugin/markdown.vim
Sanchayan Maity 1ae279fd57 nvim: init: Enable spellsitter
Enable spell check globally and remove file type specific settings.
Use the new treesitter powered spellsitter.
2022-10-01 09:45:24 +05:30

4 lines
60 B
VimL

setlocal textwidth=80
autocmd! BufWritePost <buffer> :Vale