aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2026-02-25 22:27:40 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2026-02-25 22:27:40 +0000
commita40d22e75d951ad2fcf236ceb013d88f81d2cc9a (patch)
tree22d05adf94fdc8ff5cdcf6ce88e8d7c17d7e1e93
parentfix(oxfmt): remove unknown filetypes (#4325) (diff)
downloadnvim-lspconfig-a40d22e75d951ad2fcf236ceb013d88f81d2cc9a.tar
nvim-lspconfig-a40d22e75d951ad2fcf236ceb013d88f81d2cc9a.tar.gz
nvim-lspconfig-a40d22e75d951ad2fcf236ceb013d88f81d2cc9a.tar.bz2
nvim-lspconfig-a40d22e75d951ad2fcf236ceb013d88f81d2cc9a.tar.lz
nvim-lspconfig-a40d22e75d951ad2fcf236ceb013d88f81d2cc9a.tar.xz
nvim-lspconfig-a40d22e75d951ad2fcf236ceb013d88f81d2cc9a.tar.zst
nvim-lspconfig-a40d22e75d951ad2fcf236ceb013d88f81d2cc9a.zip
docs: update configs.md
skip-checks: true
-rw-r--r--doc/configs.md16
-rw-r--r--doc/configs.txt16
2 files changed, 16 insertions, 16 deletions
diff --git a/doc/configs.md b/doc/configs.md
index 4cb91dd0..6dfa6a54 100644
--- a/doc/configs.md
+++ b/doc/configs.md
@@ -2477,11 +2477,11 @@ Default config:
{
editorInfo = {
name = "Neovim",
- version = "0.12.0-dev+gd9d8c660fd"
+ version = "0.12.0-dev+g6d73bf4886"
},
editorPluginInfo = {
name = "Neovim",
- version = "0.12.0-dev+gd9d8c660fd"
+ version = "0.12.0-dev+g6d73bf4886"
}
}
```
@@ -4953,20 +4953,20 @@ Default config:
{
editorInfo = {
name = "Neovim",
- version = "0.12.0-dev+gd9d8c660fd"
+ version = "0.12.0-dev+g6d73bf4886"
},
editorPluginInfo = {
name = "Neovim LSP",
- version = "0.12.0-dev+gd9d8c660fd"
+ version = "0.12.0-dev+g6d73bf4886"
},
extension = {
name = "Neovim LSP Client",
- version = "0.12.0-dev+gd9d8c660fd"
+ version = "0.12.0-dev+g6d73bf4886"
},
ide = {
name = "Neovim",
vendor = "Neovim",
- version = "0.12.0-dev+gd9d8c660fd"
+ version = "0.12.0-dev+g6d73bf4886"
}
}
```
@@ -8652,7 +8652,7 @@ Default config:
- `cmd`: [../lsp/oxfmt.lua:17](../lsp/oxfmt.lua#L17)
- `filetypes` :
```lua
- { "javascript", "javascriptreact", "javascript.jsx", "typescript", "typescriptreact", "typescript.tsx", "toml", "json", "jsonc", "json5", "yaml", "html", "vue", "handlebars", "hbs", "css", "scss", "less", "graphql", "markdown", "mdx" }
+ { "javascript", "javascriptreact", "typescript", "typescriptreact", "toml", "json", "jsonc", "json5", "yaml", "html", "vue", "handlebars", "css", "scss", "less", "graphql", "markdown" }
```
- `root_dir`: [../lsp/oxfmt.lua:17](../lsp/oxfmt.lua#L17)
- `workspace_required` : `true`
@@ -11274,7 +11274,7 @@ Default config:
activateSnykIac = "true",
activateSnykOpenSource = "true",
integrationName = "Neovim",
- integrationVersion = "0.12.0-dev+gd9d8c660fd",
+ integrationVersion = "0.12.0-dev+g6d73bf4886",
token = vim.NIL,
trustedFolders = {}
}
diff --git a/doc/configs.txt b/doc/configs.txt
index d00bd1bd..ec4a7cb9 100644
--- a/doc/configs.txt
+++ b/doc/configs.txt
@@ -1626,11 +1626,11 @@ Default config:
{
editorInfo = {
name = "Neovim",
- version = "0.12.0-dev+gd9d8c660fd"
+ version = "0.12.0-dev+g6d73bf4886"
},
editorPluginInfo = {
name = "Neovim",
- version = "0.12.0-dev+gd9d8c660fd"
+ version = "0.12.0-dev+g6d73bf4886"
}
}
- on_attach (use "gF" to view): ../lsp/copilot.lua:106
@@ -3528,20 +3528,20 @@ Default config:
{
editorInfo = {
name = "Neovim",
- version = "0.12.0-dev+gd9d8c660fd"
+ version = "0.12.0-dev+g6d73bf4886"
},
editorPluginInfo = {
name = "Neovim LSP",
- version = "0.12.0-dev+gd9d8c660fd"
+ version = "0.12.0-dev+g6d73bf4886"
},
extension = {
name = "Neovim LSP Client",
- version = "0.12.0-dev+gd9d8c660fd"
+ version = "0.12.0-dev+g6d73bf4886"
},
ide = {
name = "Neovim",
vendor = "Neovim",
- version = "0.12.0-dev+gd9d8c660fd"
+ version = "0.12.0-dev+g6d73bf4886"
}
}
- on_attach (use "gF" to view): ../lsp/gitlab_duo.lua:317
@@ -6366,7 +6366,7 @@ Snippet to enable the language server: >lua
Default config:
- cmd (use "gF" to view): ../lsp/oxfmt.lua:17
- filetypes: >lua
- { "javascript", "javascriptreact", "javascript.jsx", "typescript", "typescriptreact", "typescript.tsx", "toml", "json", "jsonc", "json5", "yaml", "html", "vue", "handlebars", "hbs", "css", "scss", "less", "graphql", "markdown", "mdx" }
+ { "javascript", "javascriptreact", "typescript", "typescriptreact", "toml", "json", "jsonc", "json5", "yaml", "html", "vue", "handlebars", "css", "scss", "less", "graphql", "markdown" }
- root_dir (use "gF" to view): ../lsp/oxfmt.lua:17
- `workspace_required` : `true`
<
@@ -8385,7 +8385,7 @@ Default config:
activateSnykIac = "true",
activateSnykOpenSource = "true",
integrationName = "Neovim",
- integrationVersion = "0.12.0-dev+gd9d8c660fd",
+ integrationVersion = "0.12.0-dev+g6d73bf4886",
token = vim.NIL,
trustedFolders = {}
}