aboutsummaryrefslogtreecommitdiffstats
path: root/doc/server_configurations.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/server_configurations.txt')
-rw-r--r--doc/server_configurations.txt30
1 files changed, 30 insertions, 0 deletions
diff --git a/doc/server_configurations.txt b/doc/server_configurations.txt
index a8894855..f524d555 100644
--- a/doc/server_configurations.txt
+++ b/doc/server_configurations.txt
@@ -223,6 +223,7 @@ autogenerated from the Lua files. You can view this file in Nvim by running
- [unocss](#unocss)
- [uvls](#uvls)
- [vala_ls](#vala_ls)
+- [vale_ls](#vale_ls)
- [vdmj](#vdmj)
- [verible](#verible)
- [veridian](#veridian)
@@ -9590,6 +9591,35 @@ require'lspconfig'.vala_ls.setup{}
```
+## vale_ls
+
+https://github.com/errata-ai/vale-ls
+
+An implementation of the Language Server Protocol (LSP) for the Vale command-line tool.
+
+
+
+**Snippet to enable the language server:**
+```lua
+require'lspconfig'.vale_ls.setup{}
+```
+
+
+**Default values:**
+ - `cmd` :
+ ```lua
+ { "vale-ls" }
+ ```
+ - `filetypes` :
+ ```lua
+ { "markdown", "text" }
+ ```
+ - `root_dir` :
+ ```lua
+ see source file
+ ```
+
+
## vdmj
https://github.com/nickbattle/vdmj