900b4cdff3
* Add Proselint - Markdown - Tex - Text * Use ale#handler#HandleUnixFormatAsWarning * Indentation
8 lines
237 B
VimL
8 lines
237 B
VimL
" Author: poohzrn https://github.com/poohzrn
|
|
" Description: proselint for text files
|
|
|
|
call ale#linter#Define('text', {
|
|
\ 'name': 'proselint',
|
|
\ 'executable': 'proselint',
|
|
\ 'callback': 'ale#handlers#HandleUnixFormatAsWarning',
|
|
\})
|