go.nvim
go.nvim copied to clipboard
Breaking changes
A list of breaking changes.
21/06/22 https://github.com/ray-x/go.nvim/issues/137 Break from dap-ui. Require both go.nvim and dap-ui update to latest.
This check doesn't work for me, it keeps opening windows indefinitely
https://github.com/ray-x/go.nvim/blob/d402d9cbf9e62b4c8e9b8ced3d67db18cfcdf923/lua/go/dap.lua#L272-L275
I will move to neovim 0.7 and greater. One reason is treesitter master will no longer support 0.6.x. The major change in go.nvim will be change the key map API to vim.keymap.set
PR: https://github.com/ray-x/go.nvim/pull/152
Hello! Thank you for a great plugin!
I've just tried this branch and I have an issue: After exit dap session with GoDbgStop
i still have mapping for dapui, i.e.
| key | Description |
| --- | ---------------------------------------- |
| c | continue |
| n | next |
| s | step |
| o | stepout |
| S | cap S: stop debug |
| u | up |
| D | cap D: down |
| C | cap C: run to cursor |
| b | toggle breakpoint |
| P | cap P: pause |
| p | print, hover value (also in visual mode) |
And i can't, for example, undo changes in my file.
UPD:
Solved by GoDebug -s
-- unset dap remaps.
Branching out 0.6.1 for users till using neovim 0.6.x version. https://github.com/ray-x/go.nvim/tree/nvim_0.6.1 The head will only support 0.7.x and later after branching out.
https://github.com/ray-x/go.nvim/pull/166 ginkgo bump up to v2. I am not using ginkgo so it may be a breaking changes for those still using ginkgo v1