aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgithub-actions <github-actions@github.com>2023-08-01 06:24:21 +0000
committergithub-actions <github-actions@github.com>2023-08-01 06:24:21 +0000
commita59d74e12340242c0735666fb2e91afdbe6f2496 (patch)
tree697cced92cb373af48f95d302fdc7fdcb01d5464
parentfeat: add yang-language-server (#2741) (diff)
downloadnvim-lspconfig-a59d74e12340242c0735666fb2e91afdbe6f2496.tar
nvim-lspconfig-a59d74e12340242c0735666fb2e91afdbe6f2496.tar.gz
nvim-lspconfig-a59d74e12340242c0735666fb2e91afdbe6f2496.tar.bz2
nvim-lspconfig-a59d74e12340242c0735666fb2e91afdbe6f2496.tar.lz
nvim-lspconfig-a59d74e12340242c0735666fb2e91afdbe6f2496.tar.xz
nvim-lspconfig-a59d74e12340242c0735666fb2e91afdbe6f2496.tar.zst
nvim-lspconfig-a59d74e12340242c0735666fb2e91afdbe6f2496.zip
docs: update server_configurations.md
skip-checks: true
-rw-r--r--doc/server_configurations.md30
-rw-r--r--doc/server_configurations.txt30
2 files changed, 60 insertions, 0 deletions
diff --git a/doc/server_configurations.md b/doc/server_configurations.md
index 98a1244c..0fef2eff 100644
--- a/doc/server_configurations.md
+++ b/doc/server_configurations.md
@@ -245,6 +245,7 @@ autogenerated from the Lua files. You can view this file in Nvim by running
- [vuels](#vuels)
- [wgsl_analyzer](#wgsl_analyzer)
- [yamlls](#yamlls)
+- [yang_lsp](#yang_lsp)
- [yls](#yls)
- [zk](#zk)
- [zls](#zls)
@@ -10801,6 +10802,35 @@ require'lspconfig'.yamlls.setup{}
```
+## yang_lsp
+
+https://github.com/TypeFox/yang-lsp
+
+A Language Server for the YANG data modeling language.
+
+
+
+**Snippet to enable the language server:**
+```lua
+require'lspconfig'.yang_lsp.setup{}
+```
+
+
+**Default values:**
+ - `cmd` :
+ ```lua
+ { "yang-language-server" }
+ ```
+ - `filetypes` :
+ ```lua
+ { "yang" }
+ ```
+ - `root_dir` :
+ ```lua
+ util.find_git_ancestor
+ ```
+
+
## yls
https://pypi.org/project/yls-yara/
diff --git a/doc/server_configurations.txt b/doc/server_configurations.txt
index 98a1244c..0fef2eff 100644
--- a/doc/server_configurations.txt
+++ b/doc/server_configurations.txt
@@ -245,6 +245,7 @@ autogenerated from the Lua files. You can view this file in Nvim by running
- [vuels](#vuels)
- [wgsl_analyzer](#wgsl_analyzer)
- [yamlls](#yamlls)
+- [yang_lsp](#yang_lsp)
- [yls](#yls)
- [zk](#zk)
- [zls](#zls)
@@ -10801,6 +10802,35 @@ require'lspconfig'.yamlls.setup{}
```
+## yang_lsp
+
+https://github.com/TypeFox/yang-lsp
+
+A Language Server for the YANG data modeling language.
+
+
+
+**Snippet to enable the language server:**
+```lua
+require'lspconfig'.yang_lsp.setup{}
+```
+
+
+**Default values:**
+ - `cmd` :
+ ```lua
+ { "yang-language-server" }
+ ```
+ - `filetypes` :
+ ```lua
+ { "yang" }
+ ```
+ - `root_dir` :
+ ```lua
+ util.find_git_ancestor
+ ```
+
+
## yls
https://pypi.org/project/yls-yara/