Don't install all go binaries when installing go.nvim

The ones I use most are handled in my helper script
This commit is contained in:
ViViDboarder 2024-11-01 16:43:07 -07:00
parent 5591ee3582
commit 05db34d7b0

View File

@ -566,7 +566,6 @@ return {
end,
event = { "CmdlineEnter" },
ft = { "go", "gomod" },
build = ':lua require("go.install").update_all_sync()', -- if you need to install/update all binaries
version = utils.map_version_rule({
[">=0.10.0"] = utils.nil_val,
["<0.10.0"] = "v0.9.0",