2016-11-28 09:36:11 +00:00
|
|
|
" Author: poohzrn https://github.com/poohzrn
|
|
|
|
" Description: proselint for text files
|
|
|
|
|
|
|
|
call ale#linter#Define('text', {
|
|
|
|
\ 'name': 'proselint',
|
|
|
|
\ 'executable': 'proselint',
|
|
|
|
\ 'callback': 'ale#handlers#HandleUnixFormatAsWarning',
|
2016-12-13 10:19:19 +00:00
|
|
|
\ 'command': g:ale#util#stdin_wrapper . ' .txt proselint',
|
2016-11-28 09:36:11 +00:00
|
|
|
\})
|