feat: add vim commands for lua api

This commit is contained in:
Smirnov Olexander 2022-06-03 13:30:40 +03:00
parent 807a0744a1
commit b4c7f8712c

4
plugin/gopher.vim Normal file
View file

@ -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()