aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgithub-actions <github-actions@github.com>2023-04-22 01:47:29 +0000
committergithub-actions <github-actions@github.com>2023-04-22 01:47:29 +0000
commitcf95480e876ef7699bf08a1d02aa0ae3f4d5f353 (patch)
treea28ed866740a9c0895a8d06fa32a55cc040501dd
parentfeat: add digestif support (#2568) (diff)
downloadnvim-lspconfig-cf95480e876ef7699bf08a1d02aa0ae3f4d5f353.tar
nvim-lspconfig-cf95480e876ef7699bf08a1d02aa0ae3f4d5f353.tar.gz
nvim-lspconfig-cf95480e876ef7699bf08a1d02aa0ae3f4d5f353.tar.bz2
nvim-lspconfig-cf95480e876ef7699bf08a1d02aa0ae3f4d5f353.tar.lz
nvim-lspconfig-cf95480e876ef7699bf08a1d02aa0ae3f4d5f353.tar.xz
nvim-lspconfig-cf95480e876ef7699bf08a1d02aa0ae3f4d5f353.tar.zst
nvim-lspconfig-cf95480e876ef7699bf08a1d02aa0ae3f4d5f353.zip
docs: update server_configurations.md
skip-checks: true
-rw-r--r--doc/server_configurations.md38
-rw-r--r--doc/server_configurations.txt38
2 files changed, 76 insertions, 0 deletions
diff --git a/doc/server_configurations.md b/doc/server_configurations.md
index 7dfd2bd2..35cd0a25 100644
--- a/doc/server_configurations.md
+++ b/doc/server_configurations.md
@@ -43,6 +43,7 @@ autogenerated from the Lua files. You can view this file in Nvim by running
- [denols](#denols)
- [dhall_lsp_server](#dhall_lsp_server)
- [diagnosticls](#diagnosticls)
+- [digestif](#digestif)
- [docker_compose_language_service](#docker_compose_language_service)
- [dockerls](#dockerls)
- [dolmenls](#dolmenls)
@@ -2004,6 +2005,43 @@ require'lspconfig'.diagnosticls.setup{}
```
+## digestif
+
+https://github.com/astoff/digestif
+
+Digestif is a code analyzer, and a language server, for LaTeX, ConTeXt et caterva. It provides
+
+context-sensitive completion, documentation, code navigation, and related functionality to any
+
+text editor that speaks the LSP protocol.
+
+
+
+**Snippet to enable the language server:**
+```lua
+require'lspconfig'.digestif.setup{}
+```
+
+
+**Default values:**
+ - `cmd` :
+ ```lua
+ { "digestif" }
+ ```
+ - `filetypes` :
+ ```lua
+ { "tex", "plaintex", "context" }
+ ```
+ - `root_dir` :
+ ```lua
+ see source file
+ ```
+ - `single_file_support` :
+ ```lua
+ true
+ ```
+
+
## docker_compose_language_service
https://github.com/microsoft/compose-language-service
diff --git a/doc/server_configurations.txt b/doc/server_configurations.txt
index 7dfd2bd2..35cd0a25 100644
--- a/doc/server_configurations.txt
+++ b/doc/server_configurations.txt
@@ -43,6 +43,7 @@ autogenerated from the Lua files. You can view this file in Nvim by running
- [denols](#denols)
- [dhall_lsp_server](#dhall_lsp_server)
- [diagnosticls](#diagnosticls)
+- [digestif](#digestif)
- [docker_compose_language_service](#docker_compose_language_service)
- [dockerls](#dockerls)
- [dolmenls](#dolmenls)
@@ -2004,6 +2005,43 @@ require'lspconfig'.diagnosticls.setup{}
```
+## digestif
+
+https://github.com/astoff/digestif
+
+Digestif is a code analyzer, and a language server, for LaTeX, ConTeXt et caterva. It provides
+
+context-sensitive completion, documentation, code navigation, and related functionality to any
+
+text editor that speaks the LSP protocol.
+
+
+
+**Snippet to enable the language server:**
+```lua
+require'lspconfig'.digestif.setup{}
+```
+
+
+**Default values:**
+ - `cmd` :
+ ```lua
+ { "digestif" }
+ ```
+ - `filetypes` :
+ ```lua
+ { "tex", "plaintex", "context" }
+ ```
+ - `root_dir` :
+ ```lua
+ see source file
+ ```
+ - `single_file_support` :
+ ```lua
+ true
+ ```
+
+
## docker_compose_language_service
https://github.com/microsoft/compose-language-service