Skip to content

Commit

Permalink
fix(go): enable gofumpt in gopls by default
Browse files Browse the repository at this point in the history
  • Loading branch information
mehalter committed Aug 19, 2024
1 parent 76f4f81 commit 9a96883
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/astrocommunity/pack/go/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ return {
buildFlags = { "-tags", "integration" },
completeUnimported = true,
diagnosticsDelay = "500ms",
gofumpt = true,
matcher = "Fuzzy",
semanticTokens = true,
staticcheck = true,
Expand Down

0 comments on commit 9a96883

Please sign in to comment.