Skip to content

Commit

Permalink
chore: update generated code (#481)
Browse files Browse the repository at this point in the history
  • Loading branch information
williambotman authored Oct 29, 2024
1 parent 7446f47 commit 4d0e5b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lua/mason-lspconfig/mappings/filetype.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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" },
Expand Down Expand Up @@ -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" },
Expand Down

0 comments on commit 4d0e5b4

Please sign in to comment.