all repos

gopher.nvim @ b4c7f87

Minimalistic plugin for Go development
1 files changed, 4 insertions(+), 0 deletions(-)
feat: add vim commands for lua api
Author: Smirnov Olexander ss2316544@gmail.com
Committed at: 2022-06-03 13:32:00 +0300
Parent: 807a074
A plugin/gopher.vim

@@ -0,0 +1,4 @@

+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! GoInstallDeps :lua require"gopher".install_deps()