Updated Vim plugins
This commit is contained in:
11
sources_non_forked/ale/ale_linters/yaml/actionlint.vim
Normal file
11
sources_non_forked/ale/ale_linters/yaml/actionlint.vim
Normal file
@@ -0,0 +1,11 @@
|
||||
" Author: bretello <bretello@distruzione.org>
|
||||
|
||||
call ale#Set('yaml_actionlint_executable', 'actionlint')
|
||||
call ale#Set('yaml_actionlint_options', '')
|
||||
|
||||
call ale#linter#Define('yaml', {
|
||||
\ 'name': 'actionlint',
|
||||
\ 'executable': {b -> ale#Var(b, 'yaml_actionlint_executable')},
|
||||
\ 'command': function('ale#handlers#actionlint#GetCommand'),
|
||||
\ 'callback': 'ale#handlers#actionlint#Handle',
|
||||
\})
|
||||
Reference in New Issue
Block a user