mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2024-11-17 20:36:25 +00:00
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:
parent
5591ee3582
commit
05db34d7b0
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user