Commit Graph

173 Commits (0912de62af702dc9a71b7e8aaeec6c5b4a15f6f8)

Author SHA1 Message Date
ray-x 0912de62af incidentally checked in a incorrect version 1 year ago
ray-x b9f161c18e null-ls source: golangci-lint and gotest is async now
gomvp minor fix
command auto complete
1 year ago
Alejandro Bernal 1ed12d0800
Update README.md (#289)
lazy.nvim installation code was broken
1 year ago
ray-x 3cdd68a17f issue #286 lazy.nvim setup instructions 1 year ago
ray-x e752dfd0eb Update reference to goplay and go coverage highlight #253 #192 1 year ago
ray-x ae666827cf float position issue #257 1 year ago
ray-x 13f5e15fd7 issue #273 mockgen install failure 1 year ago
P. Reis 9ab5e63df6
Fix typo and changed double quotes to single quotes for consistency (#274)
* Fix typo

* Changed double quote to single quote 

For consistency.
1 year ago
ray-x 4030487864 [feature] gotest codeactions for null-ls 1 year ago
ray-x 7e6fe7a062 [feature] null-ls message redirect to quickfix 1 year ago
ray-x 276ebe8654 [Feature] integrate with null-ls. Add go.nvim as a null-ls source
Run `go test` on file save and
show diagnostic messages in LSP virtual text.
1 year ago
ray-x 106ec4de3d issue #269 dap-ui setup config 1 year ago
ray-x 8a959ec37b go-enum support 🎄🎆 1 year ago
ray-x 399a3a834e README issue #263 🎄🎆 1 year ago
ray-x 02fbdd126c issue #264 coverage line num mismatch 🎄🎆 1 year ago
ray-x 5e980b00c7 add new command: govulncheck 🇦🇷 a🇭🇷 1 year ago
ray-x 12d262b99d update gotestsum info in readme and vim doc 🎄 1 year ago
Rafael Zasas a20a086e39
Update README.md (#254)
Add missing comma in golang setup config
1 year ago
ray-x a16482773e update dap usage in readme 2 years ago
ray-x a3eed37434 update doc/readme for the dependency. 🥅😄📣 2 years ago
ray-x 9d813931e5 issue #251 🇭🇧🇷 2 years ago
ray-x c61d2f447b verbose mode in gotest no longer default, use '-v' instead 🇯🇵 2 years ago
ray-x 02943e5316 gomodifytags options 2 years ago
Shaw Vrana 4599360f5d
Add ability to set gomodifytag options in config (#246) 2 years ago
Craig Rodrigues 4281497427
Specify nvim_create_autocmd in a few places in README (#235) 2 years ago
ray-x 32b4c162f0 gomvp support #176 2 years ago
ray-x e9d1c6c021 issue #229 extra args to go 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 25e967fdff doc update for gotestsum 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
ray-x 38ac0162ee update README 2 years ago
ray-x 28bcaa1f44 quick gen return #170 2 years ago
ray-x 02db327bc3 issue #195 update doc for GoDebug 2 years ago
ray-x 7fea49e79f rename from gocoverage_sign_priority to sign_priority 2 years ago
ray-x 9ea9ee2c4b issue #192 coverage sign priority 2 years ago
ray-x 3f2e7f49bd json to go struct 2 years ago
ray-x 93c724d6b0 issue #184 trouble 2 years ago
ray-x f334b05d0c issue #173 minimal defaults 2 years ago
ray-x 3d41a501da inlay hints doc 2 years ago
ray-x c8d02a9d6a inlay hints #172 2 years ago
rayx 104b832ee4
Luasnip (#165)
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
2 years ago
ray-x ab8a075aa4 add efm only mode for testing when floating term is off 2 years ago
ray-x fcc473b1ec GoImpl autocomplete from treesitter symbols 2 years ago
ray-x 300836a9cb go impl: allow omit interface and use treesitter to find a interface name and package name 2 years ago
ray-x e84d3ab545 improve #155 allow GoImpl fallback if struct type def not found 2 years ago
ray-x a86e9d2a29 Feature: add go mock / mockgen 2 years ago
ray-x a2d0bbee53 bugfix #153, update doc 2 years ago