Commit Graph

149 Commits (8712f318980b093b095a28c396c2f6c5b16d4942)
 

Author SHA1 Message Date
ray-x 8712f31898 golangci-lint quickfix 3 years ago
Ian C 41a5a3e08e
fix typo and broken link (#52)
I fixed the link to redirect toward the provided config example in the README as opposed to a file within the repository.
3 years ago
Craig Rodrigues 11254fc863
Fix wording for GoInstallBinaries (#51) 3 years ago
ray-x d7958e142c update README 3 years ago
ray-x cac2016243 update delay to make test happy 3 years ago
ray-x 2781e7855f update readme.md 3 years ago
Craig Rodrigues 70d91c5443
Fix typo (#50)
Add link to rcarriga/nvim-dap-ui
3 years ago
ray-x 7d39be9431 add gobinaryinstall/update issue #49 3 years ago
ray-x 0bc7abace6 bug fix for github workflow 3 years ago
ray-x 4eeafad97e issue #47 3 years ago
ray-x a038113bad add default to highlight command to prevent overrule 3 years ago
ray-x 3329238deb code action with telescope, dap debug restart 3 years ago
Aleš Brelih cfeab3d398
fix: build tags was missing space (#46)
* fix: build tags was missing space

* if run in floaterm, '\ ' may cause error

Thanks for the PR. I did some update please check if it works

Co-authored-by: Ales Brelih <ales.brelih@3fs.si>
Co-authored-by: rayx <rayx.cn@gmail.com>
3 years ago
ray-x 28dc304cdb Update sample vimrc 3 years ago
ray-x 77c273f35b Update README 3 years ago
ray-x 4611c34548 updates for dapui 3 years ago
ray-x 1b11f52b08 updates for dap.ui 3 years ago
ray-x ef332025ce allow return value for test 3 years ago
Alex Su 1b77404abe
Fix README example (#45)
* Fix README example

* Update README.md

fillstruct take string as an argument, the line below should be move above.

Co-authored-by: rayx <rayx.cn@gmail.com>
3 years ago
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