feat: add vim commands for lua api
This commit is contained in:
parent
807a0744a1
commit
b4c7f8712c
1 changed files with 4 additions and 0 deletions
4
plugin/gopher.vim
Normal file
4
plugin/gopher.vim
Normal 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()
|
||||||
Loading…
Add table
Add a link
Reference in a new issue