nvim: plugins: Use vale.nvim for vale support
This commit is contained in:
parent
3ea83c67ba
commit
f4ee744e85
2 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
setlocal nospell
|
||||
setlocal textwidth=80
|
||||
|
||||
autocmd! BufWritePost <buffer> lua require('lint').try_lint()
|
||||
autocmd! BufWritePost <buffer> :Vale
|
||||
|
|
|
@ -89,6 +89,7 @@ local init = function ()
|
|||
}
|
||||
use 'andymass/vim-matchup'
|
||||
use 'christoomey/vim-tmux-navigator'
|
||||
use 'marcelofern/vale.nvim'
|
||||
end
|
||||
|
||||
local config = {
|
||||
|
|
Loading…
Reference in a new issue