Skip to content

Commit

Permalink
feat(nvim): enable gc annotations in gopls
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed Aug 16, 2023
1 parent b4b9590 commit b873f9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/neovim/config/lua/user/lsp.lua
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ lspconfig.gopls.setup({
gopls = {
gofumpt = true,
codelenses = {
gc_details = false,
gc_details = true,
generate = true,
regenerate_cgo = true,
run_govulncheck = true,
Expand Down

0 comments on commit b873f9a

Please sign in to comment.