Commit Graph

7 Commits (76a0e7bdf45c0fc03e1168f7cdfef62acea1e4f0)

Author SHA1 Message Date
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 30d30f407a fix diagnostic warnings for all files 2 years ago
ray-x 002d7dfd73 infer the test func name with treesitter 2 years ago
Prescott Murphy 82d796a01f
Handle literal "go" in path for GoAlt command (#93)
The original logic fails if you have go in your path, like: `/Code/mygoproject/myfile.go` because the split will have more than two elements.
2 years ago
Craig Rodrigues 483b56f4a2
Replace print() with vim.notify() (#64) 3 years ago
ray-x d6c4cf570a add % before special char to string match 3 years ago
ray-x 034ea57ffe Add alternative command to swtich between go and test file 3 years ago