7c643a2d9c
Read more here: https://github.com/w0rp/ale
9 lines
290 B
VimL
9 lines
290 B
VimL
" Author: Jansen Mitchell https://github.com/JansenMitchell
|
|
" Description: proselint for Fountain files
|
|
|
|
call ale#linter#Define('fountain', {
|
|
\ 'name': 'proselint',
|
|
\ 'executable': 'proselint',
|
|
\ 'command': 'proselint %t',
|
|
\ 'callback': 'ale#handlers#unix#HandleAsWarning',
|
|
\})
|