mirror of
https://github.com/dense-analysis/ale.git
synced 2026-02-22 01:28:35 +08:00
Add support for yang-lsp
This commit is contained in:
17
doc/ale-yang.txt
Normal file
17
doc/ale-yang.txt
Normal file
@@ -0,0 +1,17 @@
|
||||
===============================================================================
|
||||
ALE YANG Integration *ale-yang-options*
|
||||
|
||||
|
||||
===============================================================================
|
||||
yang-lsp *ale-yang-lsp*
|
||||
|
||||
g:ale_yang_lsp_executable *g:ale_yang_lsp_executable*
|
||||
*b:ale_yang_lsp_executable*
|
||||
Type: |String|
|
||||
Default: `'yang-language-server'`
|
||||
|
||||
This variable can be changed to use a different executable for yang-lsp.
|
||||
|
||||
|
||||
===============================================================================
|
||||
vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl:
|
||||
@@ -292,6 +292,8 @@ CONTENTS *ale-contents*
|
||||
yaml..................................|ale-yaml-options|
|
||||
swaglint............................|ale-yaml-swaglint|
|
||||
yamllint............................|ale-yaml-yamllint|
|
||||
yang..................................|ale-yang-options|
|
||||
yang-lsp............................|ale-yang-lsp|
|
||||
8. Commands/Keybinds....................|ale-commands|
|
||||
9. API..................................|ale-api|
|
||||
10. Special Thanks......................|ale-special-thanks|
|
||||
@@ -435,6 +437,7 @@ Notes:
|
||||
* XHTML: `alex`!!, `proselint`, `write-good`
|
||||
* XML: `xmllint`
|
||||
* YAML: `swaglint`, `yamllint`
|
||||
* YANG: `yang-lsp`
|
||||
|
||||
===============================================================================
|
||||
3. Linting *ale-lint*
|
||||
|
||||
Reference in New Issue
Block a user