diff options
| author | Gaƫtan Lehmann <glehmann@users.noreply.github.com> | 2024-04-23 12:22:07 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-23 12:22:07 +0200 |
| commit | 16309c79dbcd40c144ec43e4743146f52f771de4 (patch) | |
| tree | 678e36a9f7ad83cc897f43ca8de0ced32d8c9976 /doc | |
| parent | feat(lexical): add default `cmd` for lexical (#398) (diff) | |
| download | mason-lspconfig-16309c79dbcd40c144ec43e4743146f52f771de4.tar mason-lspconfig-16309c79dbcd40c144ec43e4743146f52f771de4.tar.gz mason-lspconfig-16309c79dbcd40c144ec43e4743146f52f771de4.tar.bz2 mason-lspconfig-16309c79dbcd40c144ec43e4743146f52f771de4.tar.lz mason-lspconfig-16309c79dbcd40c144ec43e4743146f52f771de4.tar.xz mason-lspconfig-16309c79dbcd40c144ec43e4743146f52f771de4.tar.zst mason-lspconfig-16309c79dbcd40c144ec43e4743146f52f771de4.zip | |
feat: add earthlyls configuration (#397)
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 5ea63cf..afb09c7 100644 --- a/doc/mason-lspconfig-mapping.txt +++ b/doc/mason-lspconfig-mapping.txt @@ -48,6 +48,7 @@ dockerfile-language-server dockerls dot-language-server dotls dprint dprint drools-lsp drools_lsp +earthlyls earthlyls efm efm elixir-ls elixirls elm-language-server elmls diff --git a/doc/server-mapping.md b/doc/server-mapping.md index 04f9779..1227559 100644 --- a/doc/server-mapping.md +++ b/doc/server-mapping.md @@ -45,6 +45,7 @@ | [dotls](https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#dotls) | [dot-language-server](https://mason-registry.dev/registry/list#dot-language-server) | | [dprint](https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#dprint) | [dprint](https://mason-registry.dev/registry/list#dprint) | | [drools_lsp](https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#drools_lsp) | [drools-lsp](https://mason-registry.dev/registry/list#drools-lsp) | +| [earthlyls](https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#earthlyls) | [earthlyls](https://mason-registry.dev/registry/list#earthlyls) | | [efm](https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#efm) | [efm](https://mason-registry.dev/registry/list#efm) | | [elixirls](https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#elixirls) | [elixir-ls](https://mason-registry.dev/registry/list#elixir-ls) | | [elmls](https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#elmls) | [elm-language-server](https://mason-registry.dev/registry/list#elm-language-server) | |
