summaryrefslogtreecommitdiff
path: root/ale_linters/help/proselint.vim
blob: 62124502176662183d93a5abd5125b128cbd2856 (plain)
1
2
3
4
5
6
7
8
9
" Author: Daniel M. Capella https://github.com/polyzen
" Description: proselint for Vim help files

call ale#linter#Define('help', {
\   'name': 'proselint',
\   'executable': 'proselint',
\   'command': 'proselint %t',
\   'callback': 'ale#handlers#unix#HandleAsWarning',
\})