7c643a2d9c
Read more here: https://github.com/w0rp/ale
9 lines
275 B
VimL
9 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',
|
|
\})
|