diff options
| author | uwi <btyang24@gmail.com> | 2024-08-04 13:10:50 -1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-05 01:10:50 +0200 |
| commit | 9ac210a23ecd1bb14ff45135e65f6c2db8d5ebca (patch) | |
| tree | 2377c2de6c0e7a64fec3d80727663a1ca7577e18 /doc | |
| parent | feat: add hyprls (#428) (diff) | |
| download | mason-lspconfig-9ac210a23ecd1bb14ff45135e65f6c2db8d5ebca.tar mason-lspconfig-9ac210a23ecd1bb14ff45135e65f6c2db8d5ebca.tar.gz mason-lspconfig-9ac210a23ecd1bb14ff45135e65f6c2db8d5ebca.tar.bz2 mason-lspconfig-9ac210a23ecd1bb14ff45135e65f6c2db8d5ebca.tar.lz mason-lspconfig-9ac210a23ecd1bb14ff45135e65f6c2db8d5ebca.tar.xz mason-lspconfig-9ac210a23ecd1bb14ff45135e65f6c2db8d5ebca.tar.zst mason-lspconfig-9ac210a23ecd1bb14ff45135e65f6c2db8d5ebca.zip | |
feat: add textlsp (#433)
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 25fae0c..81d59e7 100644 --- a/doc/mason-lspconfig-mapping.txt +++ b/doc/mason-lspconfig-mapping.txt @@ -191,6 +191,7 @@ teal-language-server teal_ls templ templ terraform-ls terraformls texlab texlab +textlsp textlsp tflint tflint shopify-theme-check theme_check thriftls thriftls diff --git a/doc/server-mapping.md b/doc/server-mapping.md index 8726812..1dd8266 100644 --- a/doc/server-mapping.md +++ b/doc/server-mapping.md @@ -188,6 +188,7 @@ | [templ](https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#templ) | [templ](https://mason-registry.dev/registry/list#templ) | | [terraformls](https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#terraformls) | [terraform-ls](https://mason-registry.dev/registry/list#terraform-ls) | | [texlab](https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#texlab) | [texlab](https://mason-registry.dev/registry/list#texlab) | +| [textlsp](https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#textlsp) | [textlsp](https://mason-registry.dev/registry/list#textlsp) | | [tflint](https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#tflint) | [tflint](https://mason-registry.dev/registry/list#tflint) | | [theme_check](https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#theme_check) | [shopify-theme-check](https://mason-registry.dev/registry/list#shopify-theme-check) | | [thriftls](https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#thriftls) | [thriftls](https://mason-registry.dev/registry/list#thriftls) | |
