diff options
| author | Matheus Gabriel <matheusgasource@gmail.com> | 2024-05-11 06:49:32 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-11 11:49:32 +0200 |
| commit | 44688daeeab7fa2ea06df7138d011099b3925e97 (patch) | |
| tree | 6e141f62629916e0cb892277619c60a09287d0fa /doc | |
| parent | feat: add rust_hdl (#402) (diff) | |
| download | mason-lspconfig-44688daeeab7fa2ea06df7138d011099b3925e97.tar mason-lspconfig-44688daeeab7fa2ea06df7138d011099b3925e97.tar.gz mason-lspconfig-44688daeeab7fa2ea06df7138d011099b3925e97.tar.bz2 mason-lspconfig-44688daeeab7fa2ea06df7138d011099b3925e97.tar.lz mason-lspconfig-44688daeeab7fa2ea06df7138d011099b3925e97.tar.xz mason-lspconfig-44688daeeab7fa2ea06df7138d011099b3925e97.tar.zst mason-lspconfig-44688daeeab7fa2ea06df7138d011099b3925e97.zip | |
feat: add harper-ls configuration (#406)
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 2148223..34b98f9 100644 --- a/doc/mason-lspconfig-mapping.txt +++ b/doc/mason-lspconfig-mapping.txt @@ -79,6 +79,7 @@ gradle-language-server gradle_ls grammarly-languageserver grammarly graphql-language-service-cli graphql groovy-language-server groovyls +harper-ls harper_ls haxe-language-server haxe_language_server hdl-checker hdl_checker helm-ls helm_ls diff --git a/doc/server-mapping.md b/doc/server-mapping.md index d31ce39..6b2b11a 100644 --- a/doc/server-mapping.md +++ b/doc/server-mapping.md @@ -76,6 +76,7 @@ | [grammarly](https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#grammarly) | [grammarly-languageserver](https://mason-registry.dev/registry/list#grammarly-languageserver) | | [graphql](https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#graphql) | [graphql-language-service-cli](https://mason-registry.dev/registry/list#graphql-language-service-cli) | | [groovyls](https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#groovyls) | [groovy-language-server](https://mason-registry.dev/registry/list#groovy-language-server) | +| [harper_ls](https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#harper_ls) | [harper-ls](https://mason-registry.dev/registry/list#harper-ls) | | [haxe_language_server](https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#haxe_language_server) | [haxe-language-server](https://mason-registry.dev/registry/list#haxe-language-server) | | [hdl_checker](https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#hdl_checker) | [hdl-checker](https://mason-registry.dev/registry/list#hdl-checker) | | [helm_ls](https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#helm_ls) | [helm-ls](https://mason-registry.dev/registry/list#helm-ls) | |
