mirror of
https://github.com/amix/vimrc
synced 2025-06-16 01:25:00 +08:00
Added missing commits
This commit is contained in:
9
sources_non_forked/ale/ale_linters/tex/textlint.vim
Normal file
9
sources_non_forked/ale/ale_linters/tex/textlint.vim
Normal file
@ -0,0 +1,9 @@
|
||||
" Author: TANIGUCHI Masaya <ta2gch@gmail.com>
|
||||
" Description: textlint for LaTeX files
|
||||
|
||||
call ale#linter#Define('tex', {
|
||||
\ '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