Commit Graph

220 Commits (df512d695fb711ee70633aa626e39df2e9221471)

Author SHA1 Message Date
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 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
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 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
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 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 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
ray-x d9e0a4be9f workflow fix 3 years ago
ray-x c0771b93c8 test workflow 3 years ago
Viktor Kojouharov 22a0ac4e2b
Seems like a typo (#27) 3 years ago
ray-x 401e08e2b4 improve error message 3 years ago
ray-x e17b25eee7 #26 add goimports -local support 3 years ago
ray-x 200dcd22e4 Allow test nearest function 3 years ago
ray-x 2cf2a1b36c Dap debug: change workspaceFolder to relativeFileDirname 3 years ago
ray-x cae9ad6a88 update test cases in github workflow 3 years ago
ray-x b96cdefea3 Add go coverage 3 years ago
schwartx 7de6a600f2
using dlv no output fix (#25) 3 years ago
ray-x 28bbafeeb9 revert changes to golden file 3 years ago
ray-x e53e689415 revert 3 years ago
ray-x 8db7f9af39 gopls test case 3 years ago
ray-x 21ee2891ef gopls still not working 3 years ago
ray-x 5a72a0ef31 lspconfig in spec test 3 years ago
ray-x 35f546fed1 test workflow 3 years ago
ray-x 1a44ff6956 add go.mod in tests 3 years ago
ray-x c28fa04029 merge github action/workflow 3 years ago
ray-x dfd801debc move print to error log 3 years ago
ray-x 025ed88af5 log not found 3 years ago
ray-x 989be3f213 update lspconfig setup; add sample vimrc, add codelens config 3 years ago
ray-x 1dce1155ed update highlight 3 years ago
ray-x ef1f2bb7cc Feature: Show code lens and add support for run code len action 3 years ago
ray-x cdbdb743bc add util function 3 years ago
ray-x 7694511159 Merge and update for gopls & gopls import code action 3 years ago
ray-x a3d29e5cbd bugfix for gopls: goimport check code action type 3 years ago
Ryder ab0b8c5b2c
fix: deprecated dap.stop (#22) 3 years ago
Ryder 49c0a4280e
fix: max_line_line typo (#21) 3 years ago
ray-x 9df90c86d5 ignore error messages when unmap keybind for DAP 3 years ago
ray-x 3237744c92 update gomodifytag command arguments 3 years ago
ray-x 018de85e7f add gopls cmd path 3 years ago
ray-x 541b234343 issue #16 add `-line` to gomodifytag, suggested by @AllenDang 3 years ago
ray-x a093d2420b cursor range col/row calculate 3 years ago
ray-x e7a7e95c85 Bugfix issue #15 GoRun 3 years ago
ray-x af37cb81b8 update Goiferr and doc 3 years ago
ray-x b566782f4a Update Impl 3 years ago
ray-x 76c950b01a update iferr 3 years ago
ray-x b499269a9d Fix: unmap key, command 3 years ago
ray-x a65af41408 [Breaking] Rename commands(GoFillStruct GoFillSwitch, Goiferr) 3 years ago
ray-x 034ea57ffe Add alternative command to swtich between go and test file 3 years ago
ray-x 87fcb47470 update lsp setup and document 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 8bbabcbbbb verify both `GoDebug test` and `GoDebug` 3 years ago
ray-x b6c0f79ec1 update command name to avoid conflict 3 years ago
ray-x de17b1154f add dap.lua for keybind and default setup 3 years ago
ray-x 9d170d4954 Dap support 3 years ago
ray-x 5e37dc67e9 allow specify path of test 3 years ago
ray-x 1bdf18bfc2 Add log to file. Fix gotest_fun 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
David Brouwer 9485e37cc3
Increase reliability (#4)
* Add check to see if commands already exist

* Migrate to go install, as go get will be depricated

* Fix bug in comparison function

* Add installation instructions for $PATH

* remove old stuff

* remove backtick

* complete install

* remove unused function
3 years ago
ray-x 6ac8755142 merge remote changes 3 years ago
ray-x f9e75eda64 Update GoAddTests and allow vim command override 3 years ago
Viktor Kojouharov 95fe379935
Fix the Gfswitch command to call the right function 3 years ago
ray-x ec8177edb3 go format should remove old lines at the end 3 years ago
ray-x 0a86f87cff add iferr and fillstruct 3 years ago
ray-x f79d55d971 update rename output 3 years ago
ray-x 7b285a3600 Add gorename 3 years ago
ray-x 5f4c67bc68 remove print statement 3 years ago
ray-x b1ebb39543 add asyncmake 3 years ago
ray-x abbc421aee update treesitter syntax 3 years ago
ray-x 3b11dbb98c adjust gofmt goline setup 3 years ago
ray-x f6561e7807 update treesitter syntax 4 years ago
ray-x 7d0d1196d7 GoTest 4 years ago
ray-x cede232c6b GoBuild quickfix 4 years ago
ray-x f4b359a2c7 fix nil 4 years ago
ray-x 1e190d6a0e init commit 4 years ago