Commit Graph

586 Commits (4030487864e90255bfbab12fa2f9b5ca13b5bef4)
 

Author SHA1 Message Date
ray-x 93e0cc6628 better error for GoPkgOutline 2 years ago
ray-x cffe9f6899 nil check #241 2 years ago
ray-x aa854e3a47 issue #244 coverage -p warning message 2 years ago
ray-x f68d072717 go get query 2 years ago
Manuel c21ba12c1f
fix: wrong method scope (#243)
remove_all was defined as local but then referenced once as local and once as method in M
2 years ago
Manuel 997317e5ad
fix: fix used hl group name (#242) 2 years ago
ray-x 5352d821f1 add syntax highlight for gohtmltmpl and gottexttmpl 2 years ago
Craig Rodrigues 4281497427
Specify nvim_create_autocmd in a few places in README (#235) 2 years ago
xiantang f23ca4e781
feat: support generate return for method (#234)
Run GoGenReturn
client.DeleteWithTimeout() -> *clientv3.DeleteResponse, err := client.DeleteWithTimeout()
2 years ago
ray-x 79c79c4872 autocmd for mod on_save 2 years ago
ray-x fabe62defc gomod file reload 2 years ago
ray-x 825f20b036 updates for gopls 0.10.0 2 years ago
ray-x 6eea6a265d format format.lua 2 years ago
ray-x 32b4c162f0 gomvp support #176 2 years ago
ray-x a5b307c35c shada=NONE 2 years ago
ray-x 4df79e47c3 shada 2 years ago
ray-x fa0f15bb6b runner update for neovim-latest notify should not be called in loop-callback 2 years ago
Roy Choo 6602986054
fix(gotest): wrong order of test binary args (#230)
Co-authored-by: Roy Choo <roy.choo@bytedance.com>
2 years ago
ray-x 7720ddcbea gotestfunc -a option 2 years ago
ray-x e9d1c6c021 issue #229 extra args to go 2 years ago
ray-x 737223c999 add update_chunk for runner 2 years ago
Syncrack 1aef2d60bd
fix: use saved bufnr when retrieve inlay hints. (#226) 2 years ago
icefed 50050f7c8c
Fix commands GoModVendor & GoModInit (#219)
Signed-off-by: icefed <zlwangel@gmail.com>

Signed-off-by: icefed <zlwangel@gmail.com>
2 years ago
Syncrack a32e0c2f1b
ci: add one more empty line (#227) 2 years ago
ray-x d34868d2fa testrunner default 2 years ago
ray-x 25f844684b allow gotestsum in watch mode 2 years ago
ray-x 5b33d782f3 GoTestSum and sidepanel 2 years ago
ray-x b7f07ab887 feature: run gotestsum watch in background 2 years ago
ray-x 25e967fdff doc update for gotestsum 2 years ago
Yajie Zhu e75d4ab725
fix: lsp restart logic (#222)
* fix: GoGet fail

* fix: lsp restart logic

Co-authored-by: zhuyajie <930664@qq.com>
2 years ago
Patrick Artounian 0e3a10f595
allow for user to toggle lsp_diag underline (#221)
Co-authored-by: Patrick Artounian <patrick.artounian@insomniac.com>
2 years ago
LintaoAmons 24270e540b
Update README.md (#213)
Add link to `cheat.sh` and fix the code block
2 years ago
João Lucas Rafael 6ed7dc5fcd
Add an option for single package coverage. (#218) 2 years ago
Yajie Zhu d94f5df507
fix: GoGet fail (#217)
Co-authored-by: zhuyajie <930664@qq.com>
2 years ago
ray-x 9f3b04579b update debug messages 2 years ago
ray-x bb88a4929d lint 2 years ago
WDdxRW 4edd1c289e
fix test_func (#209)
* fix test_func

* fix test_func
2 years ago
ray-x 46052e6450 detect bench test for dap debug 2 years ago
ray-x 8e5866eb12 bench test with qucifix 2 years ago
ray-x 6ef00998e2 keymap for range code action 2 years ago
ray-x 7d22162f59 range code action 2 years ago
ray-x 38ac0162ee update README 2 years ago
ray-x eee5a02a37 ginkgo nearest 2 years ago
ray-x f366151590 choice node 2 years ago
ray-x 28bcaa1f44 quick gen return #170 2 years ago
Justin Ginn 4f01936c00
Pass build tags when running tests with dlv (#201)
dlv does provide a flag for passing build tags, although it is diferent
than the build tag flag for the go command line utility. This commit
adds that syntax to pass flags to dlv as specified.

Co-authored-by: Justin Ginn <Justin.ginn@amd.com>
2 years ago
ray-x c75824b1f0 pipeline failure 2 years ago
Yajie Zhu f2e9666b50
remove duplicate code; Add LogPoint command (#200)
* 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>
2 years ago
ray-x c7a56c8615 go build tags setup 2 years ago
Yajie Zhu 5ad5a53708
fix: GoPkgOutline, should reset pkg_info data before rerender (#198)
* 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

Co-authored-by: zhuyajie <930664@qq.com>
2 years ago