[mirror] Make your go dev experience better github.com/olexsmir/gopher.nvim
neovim golang
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

at 507ccb634777759e3df1debf131d97ea6f73f9fb 7 lines 439 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! -nargs=* GoGenerate :lua require"gopher".generate(<f-args>) 7command! GoInstallDeps :lua require"gopher".install_deps()