aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/configs.md14
-rw-r--r--doc/configs.txt14
2 files changed, 14 insertions, 14 deletions
diff --git a/doc/configs.md b/doc/configs.md
index b28dc786..19ac1b2e 100644
--- a/doc/configs.md
+++ b/doc/configs.md
@@ -913,7 +913,7 @@ Default config:
```
- `filetypes` :
```lua
- { "bash", "c", "cpp", "csharp", "css", "elixir", "go", "haskell", "html", "java", "javascript", "javascriptreact", "javascript.jsx", "json", "kotlin", "lua", "nix", "php", "python", "ruby", "rust", "scala", "solidity", "swift", "typescript", "typescriptreact", "typescript.tsx", "yaml" }
+ { "bash", "c", "cpp", "cs", "css", "elixir", "go", "haskell", "html", "java", "javascript", "javascriptreact", "json", "kotlin", "lua", "nix", "php", "python", "ruby", "rust", "scala", "solidity", "swift", "typescript", "typescriptreact", "yaml" }
```
- `reuse_client`: [../lsp/ast_grep.lua:12](../lsp/ast_grep.lua#L12)
- `root_markers` :
@@ -2436,11 +2436,11 @@ Default config:
{
editorInfo = {
name = "Neovim",
- version = "0.12.0-dev+g64eb2731da"
+ version = "0.12.0-dev+gb95848a8f1"
},
editorPluginInfo = {
name = "Neovim",
- version = "0.12.0-dev+g64eb2731da"
+ version = "0.12.0-dev+gb95848a8f1"
}
}
```
@@ -4873,20 +4873,20 @@ Default config:
{
editorInfo = {
name = "Neovim",
- version = "0.12.0-dev+g64eb2731da"
+ version = "0.12.0-dev+gb95848a8f1"
},
editorPluginInfo = {
name = "Neovim LSP",
- version = "0.12.0-dev+g64eb2731da"
+ version = "0.12.0-dev+gb95848a8f1"
},
extension = {
name = "Neovim LSP Client",
- version = "0.12.0-dev+g64eb2731da"
+ version = "0.12.0-dev+gb95848a8f1"
},
ide = {
name = "Neovim",
vendor = "Neovim",
- version = "0.12.0-dev+g64eb2731da"
+ version = "0.12.0-dev+gb95848a8f1"
}
}
```
diff --git a/doc/configs.txt b/doc/configs.txt
index 4113c433..94445d2f 100644
--- a/doc/configs.txt
+++ b/doc/configs.txt
@@ -424,7 +424,7 @@ Default config:
- cmd: >lua
{ "ast-grep", "lsp" }
- filetypes: >lua
- { "bash", "c", "cpp", "csharp", "css", "elixir", "go", "haskell", "html", "java", "javascript", "javascriptreact", "javascript.jsx", "json", "kotlin", "lua", "nix", "php", "python", "ruby", "rust", "scala", "solidity", "swift", "typescript", "typescriptreact", "typescript.tsx", "yaml" }
+ { "bash", "c", "cpp", "cs", "css", "elixir", "go", "haskell", "html", "java", "javascript", "javascriptreact", "json", "kotlin", "lua", "nix", "php", "python", "ruby", "rust", "scala", "solidity", "swift", "typescript", "typescriptreact", "yaml" }
- reuse_client (use "gF" to view): ../lsp/ast_grep.lua:12
- root_markers: >lua
{ "sgconfig.yaml", "sgconfig.yml" }
@@ -1592,11 +1592,11 @@ Default config:
{
editorInfo = {
name = "Neovim",
- version = "0.12.0-dev+g64eb2731da"
+ version = "0.12.0-dev+gb95848a8f1"
},
editorPluginInfo = {
name = "Neovim",
- version = "0.12.0-dev+g64eb2731da"
+ version = "0.12.0-dev+gb95848a8f1"
}
}
- on_attach (use "gF" to view): ../lsp/copilot.lua:106
@@ -3461,20 +3461,20 @@ Default config:
{
editorInfo = {
name = "Neovim",
- version = "0.12.0-dev+g64eb2731da"
+ version = "0.12.0-dev+gb95848a8f1"
},
editorPluginInfo = {
name = "Neovim LSP",
- version = "0.12.0-dev+g64eb2731da"
+ version = "0.12.0-dev+gb95848a8f1"
},
extension = {
name = "Neovim LSP Client",
- version = "0.12.0-dev+g64eb2731da"
+ version = "0.12.0-dev+gb95848a8f1"
},
ide = {
name = "Neovim",
vendor = "Neovim",
- version = "0.12.0-dev+g64eb2731da"
+ version = "0.12.0-dev+gb95848a8f1"
}
}
- on_attach (use "gF" to view): ../lsp/gitlab_duo.lua:317