I broke up with neovim....vim is my best friend now
This commit is contained in:
9
dot_vim/plugged/ale/ale_linters/asciidoc/textlint.vim
Normal file
9
dot_vim/plugged/ale/ale_linters/asciidoc/textlint.vim
Normal file
@@ -0,0 +1,9 @@
|
||||
" Author: TANIGUCHI Masaya <ta2gch@gmail.com>
|
||||
" Description: textlint for AsciiDoc files
|
||||
|
||||
call ale#linter#Define('asciidoc', {
|
||||
\ 'name': 'textlint',
|
||||
\ 'executable': function('ale#handlers#textlint#GetExecutable'),
|
||||
\ 'command': function('ale#handlers#textlint#GetCommand'),
|
||||
\ 'callback': 'ale#handlers#textlint#HandleTextlintOutput',
|
||||
\})
|
||||
Reference in New Issue
Block a user