From 4d0e5b49363cac187326998b96aa6a2884e0e89b Mon Sep 17 00:00:00 2001 From: "williambotman[bot]" <107473453+williambotman@users.noreply.github.com> Date: Tue, 29 Oct 2024 11:04:11 +0100 Subject: [PATCH] chore: update generated code (#481) --- lua/mason-lspconfig/mappings/filetype.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lua/mason-lspconfig/mappings/filetype.lua b/lua/mason-lspconfig/mappings/filetype.lua index 7110afbbd..deb40c8a0 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" },