diff options
author | David Hotham <david.hotham@metaswitch.com> | 2018-08-03 20:59:32 +0100 |
---|---|---|
committer | David Hotham <david.hotham@metaswitch.com> | 2018-08-03 21:13:48 +0100 |
commit | d0e33022539863b2c55aca49c1d1a9852b50c91d (patch) | |
tree | c79ff6e07c19b9eec0b261e73debeb89a0b836cd /doc | |
parent | 209cd547839c78403a2453d6a1e454d121103e28 (diff) | |
download | ale-d0e33022539863b2c55aca49c1d1a9852b50c91d.zip |
Add support for yang-lsp
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ale-yang.txt | 17 | ||||
-rw-r--r-- | doc/ale.txt | 3 |
2 files changed, 20 insertions, 0 deletions
diff --git a/doc/ale-yang.txt b/doc/ale-yang.txt new file mode 100644 index 00000000..ad619733 --- /dev/null +++ b/doc/ale-yang.txt @@ -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: diff --git a/doc/ale.txt b/doc/ale.txt index db060a2b..9698b59c 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -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* |