Commit Graph

596 Commits (9a62547dbd48433cb66d701dcb5e6b92a1f5c7f4)
 

Author SHA1 Message Date
ray-x 86d7b26846 doc update 2 years ago
ray-x 0916cb3da1 bugfix for releative path for `GoTest -c` 2 years ago
Aleš Brelih 6d2062c3d7
feat: verbose tests toggle (#123)
Co-authored-by: Ales Brelih <ales.brelih@3fs.si>
2 years ago
Mochammad Hanif R 5c4fcc49ac
Fix tags when using `tag_transform` (#121)
Also clarify `tag_transform` documentation in README for more clarity
2 years ago
ray-x 5bebe38de0 push gopls and lsp changes for nvim 0.7 2 years ago
ray-x 97f0d7e620 formatting -> format for neovim 0.8 2 years ago
ray-x 3154dfffb9 Merge branch 'master' into serverCapcities 2 years ago
ray-x c89418aa4b nil checking when loading cfg 2 years ago
ray-x 54df0e9994 fixplurals 2 years ago
ray-x 69d4085638 update options name to floaterm 2 years ago
ray-x 8cc8337343 Merge branch 'master' into serverCapcities 2 years ago
Aleš Brelih ab864c4c17
feat: added command to close floating term (#119)
* feat: added command to close floating term

* feat: automatically close previous float term

* Update go.lua

remove auto complete

Co-authored-by: Ales Brelih <ales.brelih@3fs.si>
Co-authored-by: rayx <rayx.cn@gmail.com>
2 years ago
ray-x cf3915c331 neovim breaking changes https://github.com/neovim/neovim/pull/17814 2 years ago
ray-x 9143b3a4b9 bugfix issue #114 2 years ago
ray-x 791dc89183 update go pipeline to 1.18.1 2 years ago
ray-x f6c45b554c minium init.lua 2 years ago
ray-x 08b36ea9e6 gopls version check issue #114 2 years ago
ray-x 88a846b3e1 issue #113 check lsp code lens 2 years ago
ray-x 1875416553 codelens message 2 years ago
rayx a8000badf6
add funding 2 years ago
ray-x 65b3c19709 issue #110 use releative path to handle symbolic link 2 years ago
ray-x 1fabdb4fd9 issue #111 fixpurals 2 years ago
ray-x c7bf2f59c6 issue #108 2 years ago
ray-x 4b1eea8b90 issue #90 remove lsp codelens check 2 years ago
ray-x 49b311aff2 issue #83 disable notify 2 years ago
ray-x a1554e632b rename filetype.vim 2 years ago
ray-x edd8240d7f go.sum file type 2 years ago
ray-x 7ee9bbd870 Doc update 2 years ago
ray-x 7ca5ad805b allow lsp_keymaps to be a function 2 years ago
ray-x 272d11d622 issue #104 allow user disable key mapping in lsp attach 2 years ago
ray-x c8c63fb9a1 handle stderr output 2 years ago
ray-x 5d53132e52 updates for 0.5.1 2 years ago
ray-x ecf5725a38 remove neovim 0.5.x from pipeline 2 years ago
ray-x 72e8a82ebd neovim 0.5.x treesitter 2 years ago
ray-x 9b9744a341 bug fix for neovim 0.6.1 2 years ago
ray-x 7320a536d7 update ts nodes 2 years ago
ray-x f4c07bb5d6 deprecate get_node_text 2 years ago
ray-x b71f814e20 update lint 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
Nicolas Barbosa 63d81679d0
fix: remove cover file (#107)
* fix: remove cover file

* fix: coverage notify message
2 years ago
ray-x ad8c1be169 update sample go app 2 years ago
ray-x e92dbf7131 add relFileDir in launch.json 2 years ago
ray-x dbfde6ea1b fix double close when end dap session 2 years ago
Mochammad Hanif R f5aa4a7046
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.
2 years ago
ray-x 058e748409 allow GoRun to run inside a terminal 2 years ago
ray-x 425b81dbd8 Add sample init.lua for go.nvim 2 years ago
ray-x bed2b6818c issue #82 allow close terminal in current buffer 2 years ago
Prescott Murphy db7ecb86a6
Fix typo in rename.lua (#99) 2 years ago
ray-x ef32d8914b allow multipls arguments for go mod 2 years ago