Adds zsh functions, needs work on moving some items

This commit is contained in:
2023-10-08 01:17:11 -04:00
parent 30ff7b7652
commit 05b36efeea
9 changed files with 39 additions and 41 deletions

View File

@@ -12,7 +12,7 @@ return {
config = function()
require("go").setup()
end,
event = {"CmdlineEnter"},
--event = {'BufReadPre', 'BufNewFile'},
ft = {"go", 'gomod'},
build = ':lua require("go.install").update_all_sync()' -- if you need to install/update all binaries
}