Add iferr integration (#15)
* feat(iferr): add to installer & config * feat(iferr): add first implementation * docs(iferr): add
This commit is contained in:
parent
4b83da6d7f
commit
eb19ecdc05
6 changed files with 35 additions and 2 deletions
|
|
@ -8,4 +8,5 @@ command! -nargs=* GoGet :lua require"gopher".get(<f-args>)
|
|||
command! -nargs=* GoImpl :lua require"gopher".impl(<f-args>)
|
||||
command! -nargs=* GoGenerate :lua require"gopher".generate(<f-args>)
|
||||
command! GoCmt :lua require"gopher".comment()
|
||||
command! GoIfErr :lua require"gopher".iferr()
|
||||
command! GoInstallDeps :lua require"gopher".install_deps()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue