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 /README.md | |
| 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 'README.md')
| -rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -173,6 +173,7 @@ local DEFAULT_SETTINGS = { | All | `snyk_ls` | | All | `typos_lsp` | | ast-grep | `ast_grep` | +| Autoconf | `autotools_ls` | | AWK | `awk_ls` | | Ada | `als` | | Angular | `angularls` | @@ -205,7 +206,6 @@ local DEFAULT_SETTINGS = { | Clojure | `clojure_lsp` | | CodeQL | `codeqlls` | | Coq | `coq_lsp` | -| Autoconf | `autotools_ls` | | Crystal | `crystalline` | | Cucumber | `cucumber_language_server` | | Custom Elements Language Server | `custom_elements_ls` | @@ -219,6 +219,7 @@ local DEFAULT_SETTINGS = { | Docker Compose | `docker_compose_language_service` | | Dot | `dotls` | | Drools | `drools_lsp` | +| Earthly | `earthlyls` | | EFM (general purpose server) | `efm` | | ESLint | `eslint` | | Elixir | `elixirls` | |
