diff options
| author | williambotman[bot] <107473453+williambotman@users.noreply.github.com> | 2024-10-29 11:04:11 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-29 10:04:11 +0000 |
| commit | 4d0e5b49363cac187326998b96aa6a2884e0e89b (patch) | |
| tree | 18fcbc95b8b35dca3901f0fc710a1b918c80abe0 /lua | |
| parent | fix: don't override psalm cmd (#477) (diff) | |
| download | mason-lspconfig-4d0e5b49363cac187326998b96aa6a2884e0e89b.tar mason-lspconfig-4d0e5b49363cac187326998b96aa6a2884e0e89b.tar.gz mason-lspconfig-4d0e5b49363cac187326998b96aa6a2884e0e89b.tar.bz2 mason-lspconfig-4d0e5b49363cac187326998b96aa6a2884e0e89b.tar.lz mason-lspconfig-4d0e5b49363cac187326998b96aa6a2884e0e89b.tar.xz mason-lspconfig-4d0e5b49363cac187326998b96aa6a2884e0e89b.tar.zst mason-lspconfig-4d0e5b49363cac187326998b96aa6a2884e0e89b.zip | |
chore: update generated code (#481)
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/mason-lspconfig/mappings/filetype.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lua/mason-lspconfig/mappings/filetype.lua b/lua/mason-lspconfig/mappings/filetype.lua index 7110afb..deb40c8 100644 --- a/lua/mason-lspconfig/mappings/filetype.lua +++ b/lua/mason-lspconfig/mappings/filetype.lua @@ -76,7 +76,7 @@ return { gomod = { "golangci_lint_ls", "gopls", "snyk_ls" }, gotmpl = { "gopls" }, gowork = { "gopls" }, - graphql = { "biome", "graphql" }, + graphql = { "biome", "dprint", "graphql" }, groovy = { "gradle_ls", "groovyls" }, haml = { "htmx", "tailwindcss", "unocss" }, handlebars = { "ember", "glint", "htmx", "tailwindcss" }, @@ -133,7 +133,7 @@ return { nginx = { "nginx_language_server" }, nickel = { "nickel_ls" }, nim = { "nim_langserver", "nimls" }, - nix = { "nil_ls", "rnix" }, + nix = { "harper_ls", "nil_ls", "rnix" }, njk = { "htmx", "tailwindcss" }, nunjucks = { "htmx", "tailwindcss" }, objc = { "clangd" }, |
