diff --git a/plugin/gopher.vim b/plugin/gopher.vim new file mode 100644 index 0000000..29f9a60 --- /dev/null +++ b/plugin/gopher.vim @@ -0,0 +1,4 @@ +command! -nargs=* GoTagAdd :lua require"gopher".tags_add() +command! -nargs=* GoTagRm :lua require"gopher".tags_rm() +command! -nargs=* GoMod :lua require"gopher".mod() +command! GoInstallDeps :lua require"gopher".install_deps()