diff options
| author | Thiago Nascimento <tnascimento.thiago@gmail.com> | 2024-09-08 16:41:28 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-08 17:41:28 +0200 |
| commit | fee758e9829917888827ab80c1146bd48512f2f7 (patch) | |
| tree | 7e18b71e7529ef200043086b4b285b0552f822b0 /doc | |
| parent | feat: add tsp_server support (#448) (diff) | |
| download | mason-lspconfig-fee758e9829917888827ab80c1146bd48512f2f7.tar mason-lspconfig-fee758e9829917888827ab80c1146bd48512f2f7.tar.gz mason-lspconfig-fee758e9829917888827ab80c1146bd48512f2f7.tar.bz2 mason-lspconfig-fee758e9829917888827ab80c1146bd48512f2f7.tar.lz mason-lspconfig-fee758e9829917888827ab80c1146bd48512f2f7.tar.xz mason-lspconfig-fee758e9829917888827ab80c1146bd48512f2f7.tar.zst mason-lspconfig-fee758e9829917888827ab80c1146bd48512f2f7.zip | |
feat: add nextls support (#455)
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/mason-lspconfig-mapping.txt | 1 | ||||
| -rw-r--r-- | doc/server-mapping.md | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/doc/mason-lspconfig-mapping.txt b/doc/mason-lspconfig-mapping.txt index 738f0e1..16434ee 100644 --- a/doc/mason-lspconfig-mapping.txt +++ b/doc/mason-lspconfig-mapping.txt @@ -117,6 +117,7 @@ motoko-lsp motoko_lsp move-analyzer move_analyzer mutt-language-server mutt_ls neocmakelsp neocmake +nextls nextls nginx-language-server nginx_language_server nickel-lang-lsp nickel_ls nil nil_ls diff --git a/doc/server-mapping.md b/doc/server-mapping.md index e2e7cc7..4bccdd6 100644 --- a/doc/server-mapping.md +++ b/doc/server-mapping.md @@ -114,6 +114,7 @@ | [move_analyzer](https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#move_analyzer) | [move-analyzer](https://mason-registry.dev/registry/list#move-analyzer) | | [mutt_ls](https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#mutt_ls) | [mutt-language-server](https://mason-registry.dev/registry/list#mutt-language-server) | | [neocmake](https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#neocmake) | [neocmakelsp](https://mason-registry.dev/registry/list#neocmakelsp) | +| [nextls](https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#nextls) | [nextls](https://mason-registry.dev/registry/list#nextls) | | [nginx_language_server](https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#nginx_language_server) | [nginx-language-server](https://mason-registry.dev/registry/list#nginx-language-server) | | [nickel_ls](https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#nickel_ls) | [nickel-lang-lsp](https://mason-registry.dev/registry/list#nickel-lang-lsp) | | [nil_ls](https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#nil_ls) | [nil](https://mason-registry.dev/registry/list#nil) | |
