Commit Graph

10 Commits (ae58327c9e894f6663bf43496063c167170b4ac3)

Author SHA1 Message Date
ray-x 101a3df3e1 stylua 1 year ago
ray-x 4f3d09f0a3 use vim.log.levels instead of vim.lsp.log_levels 2 years ago
ray-x a0a57a88e8 go code action for null-ls 2 years ago
ray-x 3774ac0eba lint 2 years ago
ray-x ad84a0806c update GoTest adding more flags 2 years ago
ray-x 0916cb3da1 bugfix for releative path for `GoTest -c` 2 years ago
rayx 32f103258b
Gotest refactor (#102)
* issue #82 allow close terminal in current buffer

* update go test arguments

* auto complete args updates based on @Craig Rodgigues feedbacks

* update test arguments

* Return cursor to previous cursor position (#101)

`GoGet` and `GoMod` opens up a new split and move the cursor there.
If the cursor isn't moved back to the *.go buffer, `utils.restart`
will try to spawn gopls in the terminal split, which results in
gopls failed to restart properly.

* fix double close when end dap session

* add relFileDir in launch.json

* update sample go app

* fix: remove cover file (#107)

* fix: remove cover file

* fix: coverage notify message

* github action setup for go 1.18

* issue #109 config dap marker

* setup pipeline with go install

* add icons setup options in doc issue #35 issue #109

Co-authored-by: Mochammad Hanif R <etrnal70@gmail.com>
Co-authored-by: Nicolas Barbosa <ndevbarbosa@gmail.com>
2 years ago
ray-x ed3dfb85b2 Breaking changes for GoDebug, deprecate old argument and using linux style command line arguments 3 years ago
ray-x e5ebbd9460 Add GoTest -c option, compile test package issue#76 3 years ago
ray-x 85f2300e72 issue #75, better default package path for tests 3 years ago