increase text linting in pre-commit, vim etc

This commit is contained in:
MorganGeek
2020-07-18 17:51:18 +02:00
parent 641f25cc99
commit aabb0dadc1
6 changed files with 19 additions and 10 deletions

View File

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