mirror of
https://github.com/amix/vimrc
synced 2025-06-16 01:25:00 +08:00
Updated plugins
This commit is contained in:
@ -9,7 +9,7 @@ endfunction
|
||||
call ale#linter#Define('yang', {
|
||||
\ 'name': 'yang_lsp',
|
||||
\ 'lsp': 'stdio',
|
||||
\ 'executable_callback': ale#VarFunc('yang_lsp_executable'),
|
||||
\ 'project_root_callback': 'ale_linters#yang#yang_lsp#GetProjectRoot',
|
||||
\ 'executable': {b -> ale#Var(b, 'yang_lsp_executable')},
|
||||
\ 'project_root': function('ale_linters#yang#yang_lsp#GetProjectRoot'),
|
||||
\ 'command': '%e',
|
||||
\})
|
||||
|
Reference in New Issue
Block a user