1 files changed,
4 insertions(+),
0 deletions(-)
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()