Fix the proeslint linter for plaintext files

This commit is contained in:
w0rp 2016-12-13 10:19:19 +00:00
parent 76a03b0709
commit 88f4598ea2
1 changed files with 1 additions and 0 deletions

View File

@ -5,4 +5,5 @@ call ale#linter#Define('text', {
\ 'name': 'proselint',
\ 'executable': 'proselint',
\ 'callback': 'ale#handlers#HandleUnixFormatAsWarning',
\ 'command': g:ale#util#stdin_wrapper . ' .txt proselint',
\})