diff options
| author | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-12-22 19:20:27 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-12-22 19:20:27 +0000 |
| commit | 361dd9d5f3f8ae3d8c721f4f2c21847050538b1f (patch) | |
| tree | 9d7ff641e949b08b414cab5465279e69b31aca37 /doc | |
| parent | fix(ast_grep): invalid filetypes #4253 (diff) | |
| download | nvim-lspconfig-361dd9d5f3f8ae3d8c721f4f2c21847050538b1f.tar nvim-lspconfig-361dd9d5f3f8ae3d8c721f4f2c21847050538b1f.tar.gz nvim-lspconfig-361dd9d5f3f8ae3d8c721f4f2c21847050538b1f.tar.bz2 nvim-lspconfig-361dd9d5f3f8ae3d8c721f4f2c21847050538b1f.tar.lz nvim-lspconfig-361dd9d5f3f8ae3d8c721f4f2c21847050538b1f.tar.xz nvim-lspconfig-361dd9d5f3f8ae3d8c721f4f2c21847050538b1f.tar.zst nvim-lspconfig-361dd9d5f3f8ae3d8c721f4f2c21847050538b1f.zip | |
docs: update configs.md
skip-checks: true
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/configs.md | 14 | ||||
| -rw-r--r-- | doc/configs.txt | 14 |
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 |
