aboutsummaryrefslogtreecommitdiffstats
path: root/doc/configs.md
diff options
context:
space:
mode:
authorgithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2025-12-05 19:25:33 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2025-12-05 19:25:33 +0000
commit9c923997123ff9071198ea3b594d4c1931fab169 (patch)
tree4c9c8902b414a1d865ce9724f5e16008fed939d8 /doc/configs.md
parentfeat: rumdl #4199 (diff)
downloadnvim-lspconfig-9c923997123ff9071198ea3b594d4c1931fab169.tar
nvim-lspconfig-9c923997123ff9071198ea3b594d4c1931fab169.tar.gz
nvim-lspconfig-9c923997123ff9071198ea3b594d4c1931fab169.tar.bz2
nvim-lspconfig-9c923997123ff9071198ea3b594d4c1931fab169.tar.lz
nvim-lspconfig-9c923997123ff9071198ea3b594d4c1931fab169.tar.xz
nvim-lspconfig-9c923997123ff9071198ea3b594d4c1931fab169.tar.zst
nvim-lspconfig-9c923997123ff9071198ea3b594d4c1931fab169.zip
docs: update configs.md
skip-checks: true
Diffstat (limited to 'doc/configs.md')
-rw-r--r--doc/configs.md40
1 files changed, 34 insertions, 6 deletions
diff --git a/doc/configs.md b/doc/configs.md
index 7750885d..b3098c2a 100644
--- a/doc/configs.md
+++ b/doc/configs.md
@@ -268,6 +268,7 @@ Nvim by running `:help lspconfig-all`.
- [ruby_lsp](#ruby_lsp)
- [ruff](#ruff)
- [ruff_lsp](#ruff_lsp)
+- [rumdl](#rumdl)
- [rune_languageserver](#rune_languageserver)
- [rust_analyzer](#rust_analyzer)
- [salt_ls](#salt_ls)
@@ -2403,11 +2404,11 @@ Default config:
{
editorInfo = {
name = "Neovim",
- version = "0.12.0-dev+g6383123326"
+ version = "0.12.0-dev+g903335a6d5"
},
editorPluginInfo = {
name = "Neovim",
- version = "0.12.0-dev+g6383123326"
+ version = "0.12.0-dev+g903335a6d5"
}
}
```
@@ -4843,20 +4844,20 @@ Default config:
{
editorInfo = {
name = "Neovim",
- version = "0.12.0-dev+g6383123326"
+ version = "0.12.0-dev+g903335a6d5"
},
editorPluginInfo = {
name = "Neovim LSP",
- version = "0.12.0-dev+g6383123326"
+ version = "0.12.0-dev+g903335a6d5"
},
extension = {
name = "Neovim LSP Client",
- version = "0.12.0-dev+g6383123326"
+ version = "0.12.0-dev+g903335a6d5"
},
ide = {
name = "Neovim",
vendor = "Neovim",
- version = "0.12.0-dev+g6383123326"
+ version = "0.12.0-dev+g903335a6d5"
}
}
```
@@ -10243,6 +10244,33 @@ Default config:
---
+## rumdl
+
+https://github.com/rvben/rumdl
+
+Markdown Linter and Formatter written in Rust.
+
+Snippet to enable the language server:
+```lua
+vim.lsp.enable('rumdl')
+```
+
+Default config:
+- `cmd` :
+ ```lua
+ { "rumdl", "server" }
+ ```
+- `filetypes` :
+ ```lua
+ { "markdown" }
+ ```
+- `root_markers` :
+ ```lua
+ { ".git" }
+ ```
+
+---
+
## rune_languageserver
https://crates.io/crates/rune-languageserver