1
0
Fork 0
mirror of synced 2024-05-29 05:21:12 -04:00
ultimate-vim/sources_non_forked/ale/ale_linters/nroff/proselint.vim
2018-03-31 11:55:20 -03:00

10 lines
275 B
VimL

" 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#unix#HandleAsWarning',
\})