no idea when it began to fail, might because I lazy load the go.nvim;
Also cache some of the result for completion list.
Changes to be committed:
modified: lua/go/commands.lua
modified: lua/go/complete.lua
modified: lua/go/godoc.lua
modified: lua/go/package.lua
* fix: use strict test function name while debugging
* fix: use strict test function name while debugging
* Revert "fix: use strict test function name while debugging"
This reverts commit f47dd66c50.
* fix: GoPkgOutline, should reset pkg_info data before rerender
* remove duplicate code;
add GoLogPoint command
Co-authored-by: zhuyajie <930664@qq.com>
First commit for luasnip
Most of the snip code is from this repo shark
and TJ's neovim setup config_manager
and ziontee113
* add luasnip for go
* move command out to a dedicated function
* update ts node spec format
* bugfix alternate file
* Bring in more snippets
* updates for mockery 2.11
* snips for http handler and more
* update doc
* bench test