nvim: plugins: Use vale.nvim for vale support

This commit is contained in:
Sanchayan Maity 2022-09-27 11:04:31 +05:30
parent 3ea83c67ba
commit f4ee744e85
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
setlocal nospell
setlocal textwidth=80
autocmd! BufWritePost <buffer> lua require('lint').try_lint()
autocmd! BufWritePost <buffer> :Vale

View File

@ -89,6 +89,7 @@ local init = function ()
}
use 'andymass/vim-matchup'
use 'christoomey/vim-tmux-navigator'
use 'marcelofern/vale.nvim'
end
local config = {