add new text linter + integrate it with vim

This commit is contained in:
MorganGeek
2020-07-18 18:19:25 +02:00
parent aabb0dadc1
commit cda3324d86
4 changed files with 9 additions and 5 deletions

View File

@ -116,7 +116,7 @@ let g:ale_fixers = {
\ 'zsh' : ['shfmt'],
\}
let g:ale_linters = {'zsh': ['shellcheck'], 'text': ['writegood', 'proselint']}
let g:ale_linters = {'zsh': ['shellcheck'], 'text': ['writegood', 'proselint', 'alex']}
" when running at every change you may want to disable quickfix
let g:prettier#quickfix_enabled = 1