aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2025-08-28 15:03:09 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2025-08-28 15:03:09 +0000
commit52364267cd7edbc0e9b25ab3bfb1c8f45dd58fde (patch)
tree9ff44d92177883bb47ee1860f62c7b7ac943c967
parentfix(herb): remove ruby filetype #4040 (diff)
downloadnvim-lspconfig-52364267cd7edbc0e9b25ab3bfb1c8f45dd58fde.tar
nvim-lspconfig-52364267cd7edbc0e9b25ab3bfb1c8f45dd58fde.tar.gz
nvim-lspconfig-52364267cd7edbc0e9b25ab3bfb1c8f45dd58fde.tar.bz2
nvim-lspconfig-52364267cd7edbc0e9b25ab3bfb1c8f45dd58fde.tar.lz
nvim-lspconfig-52364267cd7edbc0e9b25ab3bfb1c8f45dd58fde.tar.xz
nvim-lspconfig-52364267cd7edbc0e9b25ab3bfb1c8f45dd58fde.tar.zst
nvim-lspconfig-52364267cd7edbc0e9b25ab3bfb1c8f45dd58fde.zip
docs: update configs.md
skip-checks: true
-rw-r--r--doc/configs.md6
-rw-r--r--doc/configs.txt6
2 files changed, 6 insertions, 6 deletions
diff --git a/doc/configs.md b/doc/configs.md
index f6b2e6ea..00268dcb 100644
--- a/doc/configs.md
+++ b/doc/configs.md
@@ -2343,11 +2343,11 @@ Default config:
{
editorInfo = {
name = "Neovim",
- version = "0.12.0-dev+g58060c2340"
+ version = "0.12.0-dev+ga33284c2c0"
},
editorPluginInfo = {
name = "Neovim",
- version = "0.12.0-dev+g58060c2340"
+ version = "0.12.0-dev+ga33284c2c0"
}
}
```
@@ -5287,7 +5287,7 @@ Default config:
```
- `filetypes` :
```lua
- { "html", "ruby", "eruby" }
+ { "html", "eruby" }
```
- `root_markers` :
```lua
diff --git a/doc/configs.txt b/doc/configs.txt
index f45306dd..851bf8ca 100644
--- a/doc/configs.txt
+++ b/doc/configs.txt
@@ -1518,11 +1518,11 @@ Default config:
{
editorInfo = {
name = "Neovim",
- version = "0.12.0-dev+g58060c2340"
+ version = "0.12.0-dev+ga33284c2c0"
},
editorPluginInfo = {
name = "Neovim",
- version = "0.12.0-dev+g58060c2340"
+ version = "0.12.0-dev+ga33284c2c0"
}
}
- on_attach (use "gF" to view): ../lsp/copilot.lua:79
@@ -3762,7 +3762,7 @@ Default config:
- cmd: >lua
{ "herb-language-server", "--stdio" }
- filetypes: >lua
- { "html", "ruby", "eruby" }
+ { "html", "eruby" }
- root_markers: >lua
{ "Gemfile", ".git" }
<