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

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