Add support for yang-lsp

This commit is contained in:
David Hotham
2018-08-03 20:59:32 +01:00
parent 209cd54783
commit d0e3302253
5 changed files with 47 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
Before:
call ale#assert#SetUpLinterTest('yang', 'yang_lsp')
After:
call ale#assert#TearDownLinterTest()
Execute(The executable should be configurable):
AssertLinter 'yang-language-server', ale#Escape('yang-language-server')
let b:ale_yang_lsp_executable = 'foobar'
AssertLinter 'foobar', ale#Escape('foobar')