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',
|
2017-02-11 19:40:57 +00:00
|
|
|
\ 'command': 'proselint %t',
|
2017-03-02 00:06:09 +00:00
|
|
|
\ 'callback': 'ale#handlers#HandleUnixFormatAsWarning',
|
2016-11-28 09:36:11 +00:00
|
|
|
\})
|