all repos

gopher.nvim @ 6fd413c4c2053e718be69fb816a94ce8322f0f21

Minimalistic plugin for Go development

gopher.nvim/plugin/gopher.vim(view raw)

1
2
3
4
5
6
command! -nargs=* GoTagAdd :lua require"gopher".tags_add(<f-args>)
command! -nargs=* GoTagRm :lua require"gopher".tags_rm(<f-args>)
command! -nargs=* GoMod :lua require"gopher".mod(<f-args>)
command! -nargs=* GoGet :lua require"gopher".get(<f-args>)
command! -nargs=* GoImpl :lua require"gopher".impl(<f-args>)
command! GoInstallDeps :lua require"gopher".install_deps()