diff options
| author | pseudometa <73286100+chrisgrieser@users.noreply.github.com> | 2023-11-13 17:54:48 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-13 17:54:48 +0100 |
| commit | 6e4ffa16a8e9e6860e58481442585937b2fcc118 (patch) | |
| tree | 0c97f178c6a762393434c57c77a9d2bf61f42ba2 /doc/server-mapping.md | |
| parent | feat: add `cypher_ls` support (#312) (diff) | |
| download | mason-lspconfig-6e4ffa16a8e9e6860e58481442585937b2fcc118.tar mason-lspconfig-6e4ffa16a8e9e6860e58481442585937b2fcc118.tar.gz mason-lspconfig-6e4ffa16a8e9e6860e58481442585937b2fcc118.tar.bz2 mason-lspconfig-6e4ffa16a8e9e6860e58481442585937b2fcc118.tar.lz mason-lspconfig-6e4ffa16a8e9e6860e58481442585937b2fcc118.tar.xz mason-lspconfig-6e4ffa16a8e9e6860e58481442585937b2fcc118.tar.zst mason-lspconfig-6e4ffa16a8e9e6860e58481442585937b2fcc118.zip | |
feat: add ast-grep mapping (#309)
Diffstat (limited to 'doc/server-mapping.md')
| -rw-r--r-- | doc/server-mapping.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/server-mapping.md b/doc/server-mapping.md index a7ef064..9d85377 100644 --- a/doc/server-mapping.md +++ b/doc/server-mapping.md @@ -8,6 +8,7 @@ | [apex_ls](https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#apex_ls) | [apex-language-server](https://mason-registry.dev/registry/list#apex-language-server) | | [arduino_language_server](https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#arduino_language_server) | [arduino-language-server](https://mason-registry.dev/registry/list#arduino-language-server) | | [asm_lsp](https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#asm_lsp) | [asm-lsp](https://mason-registry.dev/registry/list#asm-lsp) | +| [ast_grep](https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#ast_grep) | [ast-grep](https://mason-registry.dev/registry/list#ast-grep) | | [astro](https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#astro) | [astro-language-server](https://mason-registry.dev/registry/list#astro-language-server) | | [awk_ls](https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#awk_ls) | [awk-language-server](https://mason-registry.dev/registry/list#awk-language-server) | | [azure_pipelines_ls](https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#azure_pipelines_ls) | [azure-pipelines-language-server](https://mason-registry.dev/registry/list#azure-pipelines-language-server) | |
