aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgithub-actions <github-actions@github.com>2023-05-01 13:27:45 +0000
committergithub-actions <github-actions@github.com>2023-05-01 13:27:45 +0000
commit5f7a8311dd6e67de74c12fa9ac2f1aa75f72b19e (patch)
treecc8a85e58055c426545b76d22a8248d2bbdbe54b
parentfeat: add pact lsp support (#2580) (diff)
downloadnvim-lspconfig-5f7a8311dd6e67de74c12fa9ac2f1aa75f72b19e.tar
nvim-lspconfig-5f7a8311dd6e67de74c12fa9ac2f1aa75f72b19e.tar.gz
nvim-lspconfig-5f7a8311dd6e67de74c12fa9ac2f1aa75f72b19e.tar.bz2
nvim-lspconfig-5f7a8311dd6e67de74c12fa9ac2f1aa75f72b19e.tar.lz
nvim-lspconfig-5f7a8311dd6e67de74c12fa9ac2f1aa75f72b19e.tar.xz
nvim-lspconfig-5f7a8311dd6e67de74c12fa9ac2f1aa75f72b19e.tar.zst
nvim-lspconfig-5f7a8311dd6e67de74c12fa9ac2f1aa75f72b19e.zip
docs: update server_configurations.md
skip-checks: true
-rw-r--r--doc/server_configurations.md34
-rw-r--r--doc/server_configurations.txt34
2 files changed, 68 insertions, 0 deletions
diff --git a/doc/server_configurations.md b/doc/server_configurations.md
index c7a1c5cd..084914ce 100644
--- a/doc/server_configurations.md
+++ b/doc/server_configurations.md
@@ -132,6 +132,7 @@ autogenerated from the Lua files. You can view this file in Nvim by running
- [openedge_ls](#openedge_ls)
- [openscad_ls](#openscad_ls)
- [openscad_lsp](#openscad_lsp)
+- [pact_ls](#pact_ls)
- [pasls](#pasls)
- [perlls](#perlls)
- [perlnavigator](#perlnavigator)
@@ -5864,6 +5865,39 @@ require'lspconfig'.openscad_lsp.setup{}
```
+## pact_ls
+
+https://github.com/kadena-io/pact-lsp
+
+The Pact language server
+
+
+
+**Snippet to enable the language server:**
+```lua
+require'lspconfig'.pact_ls.setup{}
+```
+
+
+**Default values:**
+ - `cmd` :
+ ```lua
+ { "pact-lsp" }
+ ```
+ - `filetypes` :
+ ```lua
+ { "pact" }
+ ```
+ - `root_dir` :
+ ```lua
+ see source file
+ ```
+ - `single_file_support` :
+ ```lua
+ true
+ ```
+
+
## pasls
https://github.com/genericptr/pascal-language-server
diff --git a/doc/server_configurations.txt b/doc/server_configurations.txt
index c7a1c5cd..084914ce 100644
--- a/doc/server_configurations.txt
+++ b/doc/server_configurations.txt
@@ -132,6 +132,7 @@ autogenerated from the Lua files. You can view this file in Nvim by running
- [openedge_ls](#openedge_ls)
- [openscad_ls](#openscad_ls)
- [openscad_lsp](#openscad_lsp)
+- [pact_ls](#pact_ls)
- [pasls](#pasls)
- [perlls](#perlls)
- [perlnavigator](#perlnavigator)
@@ -5864,6 +5865,39 @@ require'lspconfig'.openscad_lsp.setup{}
```
+## pact_ls
+
+https://github.com/kadena-io/pact-lsp
+
+The Pact language server
+
+
+
+**Snippet to enable the language server:**
+```lua
+require'lspconfig'.pact_ls.setup{}
+```
+
+
+**Default values:**
+ - `cmd` :
+ ```lua
+ { "pact-lsp" }
+ ```
+ - `filetypes` :
+ ```lua
+ { "pact" }
+ ```
+ - `root_dir` :
+ ```lua
+ see source file
+ ```
+ - `single_file_support` :
+ ```lua
+ true
+ ```
+
+
## pasls
https://github.com/genericptr/pascal-language-server