diff options
| author | Dionisio E Alonso <baco@users.noreply.github.com> | 2024-03-20 16:12:44 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-20 20:12:44 +0100 |
| commit | b04a8f716c8c8086cd1fdc17827284dd9e37b193 (patch) | |
| tree | 61aa9deb1775e77b0047fc25a5a2a2446ec6082b /doc | |
| parent | feat: add markdown-oxide lsp (#378) (diff) | |
| download | mason-lspconfig-b04a8f716c8c8086cd1fdc17827284dd9e37b193.tar mason-lspconfig-b04a8f716c8c8086cd1fdc17827284dd9e37b193.tar.gz mason-lspconfig-b04a8f716c8c8086cd1fdc17827284dd9e37b193.tar.bz2 mason-lspconfig-b04a8f716c8c8086cd1fdc17827284dd9e37b193.tar.lz mason-lspconfig-b04a8f716c8c8086cd1fdc17827284dd9e37b193.tar.xz mason-lspconfig-b04a8f716c8c8086cd1fdc17827284dd9e37b193.tar.zst mason-lspconfig-b04a8f716c8c8086cd1fdc17827284dd9e37b193.zip | |
feat: add basedpyright lsp (#379)
Co-authored-by: William Boman <william@redwill.se>
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 edf1031..9b4ad97 100644 --- a/doc/mason-lspconfig-mapping.txt +++ b/doc/mason-lspconfig-mapping.txt @@ -16,6 +16,7 @@ astro-language-server astro autotools-language-server autotools_ls awk-language-server awk_ls azure-pipelines-language-server azure_pipelines_ls +basedpyright basedpyright bash-language-server bashls beancount-language-server beancount bicep-lsp bicep diff --git a/doc/server-mapping.md b/doc/server-mapping.md index f143e23..223f79a 100644 --- a/doc/server-mapping.md +++ b/doc/server-mapping.md @@ -13,6 +13,7 @@ | [autotools_ls](https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#autotools_ls) | [autotools-language-server](https://mason-registry.dev/registry/list#autotools-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) | +| [basedpyright](https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#basedpyright) | [basedpyright](https://mason-registry.dev/registry/list#basedpyright) | | [bashls](https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#bashls) | [bash-language-server](https://mason-registry.dev/registry/list#bash-language-server) | | [beancount](https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#beancount) | [beancount-language-server](https://mason-registry.dev/registry/list#beancount-language-server) | | [bicep](https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#bicep) | [bicep-lsp](https://mason-registry.dev/registry/list#bicep-lsp) | |
