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-04-24 21:27:18 +00:00
|
|
|
\ 'callback': 'ale#handlers#unix#HandleAsWarning',
|
2016-11-28 09:36:11 +00:00
|
|
|
\})
|