Skip to content

Commit

Permalink
fix(go): set default go binary to "go" (#1053)
Browse files Browse the repository at this point in the history
  • Loading branch information
rami3l authored Jun 19, 2024
1 parent 11217da commit 67268b2
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 @@ -118,6 +118,7 @@ return {
opts = {
disable_defaults = true,
diagnostic = false,
go = "go",
},
event = { "CmdlineEnter" },
ft = { "go", "gomod" },
Expand Down

0 comments on commit 67268b2

Please sign in to comment.