Skip to content

Commit

Permalink
fix(go): Remove deleted lsp option (#1368)
Browse files Browse the repository at this point in the history
  • Loading branch information
Uzaaft authored Feb 24, 2025
1 parent 918d5e4 commit baaaef1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lua/astrocommunity/pack/go/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ return {
useany = true,
},
codelenses = {
gc_details = true, -- Show a code lens toggling the display of gc's choices.
generate = true, -- show the `go generate` lens.
regenerate_cgo = true,
test = true,
Expand Down

0 comments on commit baaaef1

Please sign in to comment.