Commit Graph

39 Commits (2b15b59d18862646586c6f64f4cc6d0f679935e7)

Author SHA1 Message Date
ray-x 2b15b59d18 issue #132 goimport format options 2 years ago
ray-x f5f5c41165 fix typo 2 years ago
ray-x 002d7dfd73 infer the test func name with treesitter 2 years ago
ray-x eb4d380807 allow format all buffers with goimports 2 years ago
ray-x 051e8b2afa cheatsheet(cht.sh) supports in go.nvim 2 years ago
ray-x dbf0094f25 write buffer after gofmt 2 years ago
ray-x 8b7d2c3eda formatting_sync -> format 2 years ago
ray-x 97f0d7e620 formatting -> format for neovim 0.8 2 years ago
ray-x 49b311aff2 issue #83 disable notify 2 years ago
ray-x df512d695f issue #94 GoImport autocomplete 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 192486892b bugfix #65 coverage failed 3 years ago
Craig Rodrigues 483b56f4a2
Replace print() with vim.notify() (#64) 3 years ago
ray-x 0bc7abace6 bug fix for github workflow 3 years ago
Viktor Kojouharov b09f8354bf
Make formatting sync during import (#32)
With sync formatting, the function can be used in BufWritePre without the buffer ending up modified the save.
3 years ago
ray-x 7feb745e6c remove gofumport from go.nvim #18 3 years ago
ray-x 3fc75ca46a refact fillstruct and codeaction add GoFixPlurals 3 years ago
ray-x 8ea0ff1d3a commit 3 years ago
ray-x 5c5b102b93 arguments 3 years ago
ray-x d6f0249023 format 3 years ago
ray-x b517d7a6b9 updates 3 years ago
ray-x af25e1e2e7 goimport cleanup 3 years ago
ray-x d9e0a4be9f workflow fix 3 years ago
ray-x c0771b93c8 test workflow 3 years ago
ray-x e17b25eee7 #26 add goimports -local support 3 years ago
ray-x 35f546fed1 test workflow 3 years ago
ray-x c28fa04029 merge github action/workflow 3 years ago
ray-x a3d29e5cbd bugfix for gopls: goimport check code action type 3 years ago
Ryder 49c0a4280e
fix: max_line_line typo (#21) 3 years ago
ray-x 786a9c67ad rename lsp format to gopls format 3 years ago
ray-x d8fc9cbe1e rename lsp_enable to lsp_cfg 3 years ago
ray-x a1dc56973d Add options allows goimport and gofmt with lsp. Add options for go.nvim gopls config be loaded 3 years ago
ray-x 9d170d4954 Dap support 3 years ago
Crows 6d41723098
fix require('go.util') error (#7) 3 years ago
Crows ba4156a5b8
Fix format error on macOS (#6) 3 years ago
ray-x ec8177edb3 go format should remove old lines at the end 3 years ago
ray-x 7b285a3600 Add gorename 3 years ago
ray-x 3b11dbb98c adjust gofmt goline setup 3 years ago
ray-x 1e190d6a0e init commit 3 years ago