Commit Graph

9 Commits (master)

Author SHA1 Message Date
TinyBox 4977d3165d
🐛 make the template and template dir parameters independent. (#292) 1 year ago
rayx 0e8cc90e30
Bugfix #160 (#167)
* snips

* update ts node spec format

* luasnip up and running

* bugfix alternate file

* Bring in more snippets

* updates for mockery 2.11

* snips for http handler and more

* update doc

* bench test

* for snips

* update treesitter query and api

* refact get_xxx_at_cursor

* update test spec

* update row to vim range

* update col number

* remove comments

* merge conflicts
2 years ago
ray-x 30d30f407a fix diagnostic warnings for all files 2 years ago
Marco Mayer eba7daeb16
fix gotests template parameters, better names(?), small formatting fixes, update README (#125) 2 years ago
Darkclainer 0ca3de9f84
Fix gotests integration (#87)
GoAddTest, GoAddExpTest and GoAddAllTest affected.
Previously they weren't work with templates (go_nvim_test_template
variable) because file paths should be last argument to gotests.
Also removed different handling of stdout/stderr because seems that
gotests doesn't use stderr or produce any exit code except zero (that
probably OK, but not useful for go.nvim).

Also fixed README.md: description of GoAddTest, GoAddExpTest and
GoAddAllTest and setup example (go.nvim doesn't default test_template to
testify)
2 years ago
ray-x 264efc57c1 issue #65 failed to run coverage tests. Notify updates. 2 years ago
ray-x 9d170d4954 Dap support 3 years ago
ray-x f9e75eda64 Update GoAddTests and allow vim command override 3 years ago
ray-x 1e190d6a0e init commit 3 years ago