[mirror] Make your go dev experience better github.com/olexsmir/gopher.nvim
neovim golang
at v0.1.0 370 B view raw
1command! -nargs=* GoTagAdd :lua require"gopher".tags_add(<f-args>) 2command! -nargs=* GoTagRm :lua require"gopher".tags_rm(<f-args>) 3command! -nargs=* GoMod :lua require"gopher".mod(<f-args>) 4command! -nargs=* GoGet :lua require"gopher".get(<f-args>) 5command! -nargs=* GoImpl :lua require"gopher".impl(<f-args>) 6command! GoInstallDeps :lua require"gopher".install_deps()