Commit Graph

130 Commits (21017717c18b4c9c0896250be69381c8e875f072)
 

Author SHA1 Message Date
Vincent Xiao 21017717c1
Support multiple files on GoDebug (#44)
Running `GoDebug` on `main()` will fail if there are multiple files in `package main` since the other files won't be compiled along with the target file.
3 years ago
ray-x f59422008a Add warn messages 3 years ago
ray-x 2b284a47d9 Update Readme 3 years ago
ray-x ec91d9915f Add command autocomplete 3 years ago
Hank Donnay 51f4d41363
fix syntax error in default GoTest command (#41) 3 years ago
ray-x 8f075be252 Allow rename with gopls when lsp is ready 3 years ago
ray-x 165714cfea allow godoc focusable 3 years ago
ray-x 0dc7b57f6f windows path issue #40 3 years ago
ray-x 39a66c3534 dap sign #35 3 years ago
Aleš Brelih d9f44a9320
feat: default build tags (#38)
* feat: default build tags

Added option to specify default build tags for test and debugger.

* Update dap.lua

check   if _GO_NVIM_CFG.build_tags ~= "" then

Co-authored-by: Ales Brelih <ales.brelih@3fs.si>
Co-authored-by: rayx <rayx.cn@gmail.com>
3 years ago
ray-x 37a4cfb1ad issue #35 config break sign 3 years ago
ray-x 94d4baac31 nvim 5.1 3 years ago
ray-x f339373ed4 test udpate 3 years ago
ray-x 6385a1a53f lua format 3 years ago
ray-x e7c7876edf update github action 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 569e8e4320 Update reftool and fillstruct 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 54dea272d1 #31 expose bufnr to ts APIs 3 years ago
ray-x 8c3abfb9f2 go doc command with floating preview 3 years ago
ray-x d6c4cf570a add % before special char to string match 3 years ago
ray-x 8dd865be82 LSP api changes https://github.com/neovim/neovim/pull/15504 3 years ago
ray-x 1988bf39ae LSP api changes https://github.com/neovim/neovim/pull/15504 3 years ago
ray-x c9a07b85cb support lsp API changes neovim/pull/15504 3 years ago
ray-x f4994934b7 bumper go version to 1.17 3 years ago
ray-x c984ce7757 update gotest it will output to buffer 3 years ago
ray-x ee0d43ce5c merge github workflow and goimport fix 3 years ago
ray-x 8ea0ff1d3a commit 3 years ago
ray-x 5c5b102b93 arguments 3 years ago
ray-x c67b1c8912 revert changes 3 years ago
ray-x 00a7405904 save file 3 years ago
ray-x da9cd35645 gopls 2s 3 years ago
ray-x d6f0249023 format 3 years ago
ray-x b517d7a6b9 updates 3 years ago
ray-x 6cb17285ff save 3 years ago
ray-x bdce678adf sequences 3 years ago
ray-x af25e1e2e7 goimport cleanup 3 years ago
ray-x 6e6446c45f sequence 3 years ago
ray-x eb74902ba9 sequence 3 years ago
ray-x 446f4e6b94 fix gofmt 3 years ago
ray-x 85b587fada gopls setup 3 years ago
ray-x c6b391a303 format 3 years ago
ray-x e4abbb80ea format 3 years ago
ray-x 82fc245d78 comment out 3 years ago
ray-x cf8ca142e1 clean up 3 years ago
ray-x 79563afa49 go setup 3 years ago
ray-x 81c92c5362 merge master 3 years ago
ray-x 766fd37327 print errors 3 years ago
ray-x 8b3b744b5e gopls format 3 years ago