Commit Graph

449 Commits (d62d187cb97a0f1cd507b5b03acdc9078c84f36d)
 

Author SHA1 Message Date
ray-x d62d187cb9 merge conflicts 2 years ago
ray-x c9d97f6bef remove comments 2 years ago
ray-x 9daa98751a merge solve conflict 2 years ago
ray-x 2f07721c6e update col number 2 years ago
ray-x c1903414ea update row to vim range 2 years ago
ray-x c832f70cea warn msg 2 years ago
ray-x b95ab939f9 update test spec 2 years ago
ray-x 37bb0d1cd8 refact get_xxx_at_cursor 2 years ago
ray-x d518a34c81 update treesitter query and api 2 years ago
ray-x d84c07b36e for snips 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 a7338d03f5 bench test 2 years ago
ray-x 2151476439 update doc 2 years ago
ray-x e29cc2233c snips for http handler and more 2 years ago
ray-x 2ab4527c31 updates for mockery 2.11 2 years ago
ray-x c0617af8d6 Bring in more snippets 2 years ago
ZHL bc25de4d85
upgrade ginkgo version to v2 (#166)
It might be a breaking change for those using ginkgo v1
2 years ago
ray-x 876bf4998e bugfix alternate file 2 years ago
ray-x fee9316e01 luasnip up and running 2 years ago
ray-x 79ff5c143d update ts node spec format 2 years ago
ray-x 2964d69477 Merge branch 'luasnippet' into luasnip 2 years ago
ray-x 047fa9e2a3 snips 2 years ago
ray-x c7fa2fe5fc tuning treesitter type def 2 years ago
ray-x e43eaf43b7 go-dap keymap desc 2 years ago
ray-x 607ed738e5 improve treesitter query 2 years ago
ray-x d1384cf2c0 revert changes break github actions 2 years ago
Steffen Siering 300fffc87d
Fix: GoCoverage (#164)
Co-authored-by: urso <steffen.siering at gmail>
2 years ago
Benedikt Müller 1b5b77feb8
fix lsp_on_client_start option (#163) 2 years ago
ray-x a4026941d0 issue #161 allow project setup to be disabled 2 years ago
ray-x 1315ed89ad add tests for asyncmake 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 9ad2568465 better key unmap, allow recover the keymap to user defined key 2 years ago
ray-x 29a23a31e3 issue #153 -count=x 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 31624e1365 treesitter node for struct and type 2 years ago
ray-x eaec8c45f2 revert changes to golden file 2 years ago
ray-x 8021f2a484 fix test automation 2 years ago
ray-x c588f2bf4a tests updates 2 years ago
ray-x 7102361efd test spec 2 years ago
ray-x 6108dc9ea1 bugfix test failure 2 years ago
ray-x a15427f902 mockgen from source 2 years ago
ray-x e84d3ab545 improve #155 allow GoImpl fallback if struct type def not found 2 years ago
ray-x 484524b875 do not use golines as goimport default formater, #157 2 years ago
ray-x a86e9d2a29 Feature: add go mock / mockgen 2 years ago
rayx 2371bf414b
[Breaking] change keymap api (#152)
the keymap api used in version no longer support neovim 0.6.x. Please use nvim-0.6 branch if you do not want to update to neovim 0.7, BTW, if you do not use go.nvim for debugging, it should not affect you.
2 years ago
ray-x a2d0bbee53 bugfix #153, update doc 2 years ago
Aleš Brelih edda37cb5e
Cmd is tranformed to string before pushed to term (#151)
* Cmd is tranformed to string before pushed to term

Float terminal command is tranformed to string using table.concat before
used. This allow us to use neovim buff option to unite quoting.

* Update term.lua

Co-authored-by: Ales Brelih <ales.brelih@3fs.si>
Co-authored-by: rayx <rayx.cn@gmail.com>
2 years ago
ray-x 84ac01df53 Feature: show keybindings for debug session 2 years ago
ray-x 981adf9b39 Features:
1) count the overall test coverage per-file and per-project
2) add gotestsum as a test runner option
3) handle windows GOPATH and
4) minor fix: stop GoFmt if no formatter is available
2 years ago