aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorgithub-actions <github-actions@github.com>2022-11-29 01:37:47 +0000
committergithub-actions <github-actions@github.com>2022-11-29 01:37:47 +0000
commit6996470c0ed176ecf40322cce14fb8202b2746a4 (patch)
treed7ebd9af3a964695b91bcfe234e281251223499e /doc
parentfeat: add prolog lsp (lsp_server) support (#2265) (diff)
downloadnvim-lspconfig-6996470c0ed176ecf40322cce14fb8202b2746a4.tar
nvim-lspconfig-6996470c0ed176ecf40322cce14fb8202b2746a4.tar.gz
nvim-lspconfig-6996470c0ed176ecf40322cce14fb8202b2746a4.tar.bz2
nvim-lspconfig-6996470c0ed176ecf40322cce14fb8202b2746a4.tar.lz
nvim-lspconfig-6996470c0ed176ecf40322cce14fb8202b2746a4.tar.xz
nvim-lspconfig-6996470c0ed176ecf40322cce14fb8202b2746a4.tar.zst
nvim-lspconfig-6996470c0ed176ecf40322cce14fb8202b2746a4.zip
docs: update server_configurations.md
skip-checks: true
Diffstat (limited to 'doc')
-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 13778761..c9a0eaee 100644
--- a/doc/server_configurations.md
+++ b/doc/server_configurations.md
@@ -121,6 +121,7 @@ autogenerated from the Lua files. You can view this file in Nvim by running
- [please](#please)
- [powershell_es](#powershell_es)
- [prismals](#prismals)
+- [prolog_ls](#prolog_ls)
- [prosemd_lsp](#prosemd_lsp)
- [psalm](#psalm)
- [puppet](#puppet)
@@ -5119,6 +5120,39 @@ require'lspconfig'.prismals.setup{}
```
+## prolog_ls
+
+ https://github.com/jamesnvc/lsp_server
+
+ Language Server Protocol server for SWI-Prolog
+
+
+
+**Snippet to enable the language server:**
+```lua
+require'lspconfig'.prolog_ls.setup{}
+```
+
+
+**Default values:**
+ - `cmd` :
+ ```lua
+ { "swipl", "-g", "use_module(library(lsp_server)).", "-g", "lsp_server:main", "-t", "halt", "--", "stdio" }
+ ```
+ - `filetypes` :
+ ```lua
+ { "prolog" }
+ ```
+ - `root_dir` :
+ ```lua
+ see source file
+ ```
+ - `single_file_support` :
+ ```lua
+ true
+ ```
+
+
## prosemd_lsp
https://github.com/kitten/prosemd-lsp
diff --git a/doc/server_configurations.txt b/doc/server_configurations.txt
index 13778761..c9a0eaee 100644
--- a/doc/server_configurations.txt
+++ b/doc/server_configurations.txt
@@ -121,6 +121,7 @@ autogenerated from the Lua files. You can view this file in Nvim by running
- [please](#please)
- [powershell_es](#powershell_es)
- [prismals](#prismals)
+- [prolog_ls](#prolog_ls)
- [prosemd_lsp](#prosemd_lsp)
- [psalm](#psalm)
- [puppet](#puppet)
@@ -5119,6 +5120,39 @@ require'lspconfig'.prismals.setup{}
```
+## prolog_ls
+
+ https://github.com/jamesnvc/lsp_server
+
+ Language Server Protocol server for SWI-Prolog
+
+
+
+**Snippet to enable the language server:**
+```lua
+require'lspconfig'.prolog_ls.setup{}
+```
+
+
+**Default values:**
+ - `cmd` :
+ ```lua
+ { "swipl", "-g", "use_module(library(lsp_server)).", "-g", "lsp_server:main", "-t", "halt", "--", "stdio" }
+ ```
+ - `filetypes` :
+ ```lua
+ { "prolog" }
+ ```
+ - `root_dir` :
+ ```lua
+ see source file
+ ```
+ - `single_file_support` :
+ ```lua
+ true
+ ```
+
+
## prosemd_lsp
https://github.com/kitten/prosemd-lsp