rayx
rayx
maybe use other keymap for `repeat_rename = '.',` in the web-tools config?
Thanks, a PR would be beneficial!
@zalegrala Maybe ``` require("lspconfig").gopls.setup(require('go.lsp').config()) ```
go.nvim side. You need to disable the lsp by setting `lsp_cfg = false`
You can call `require('go.dap').run()` to startup a dap from go.nvim Alternatively, there is a standalone go dap plugin you can use with neotest.
Thanks for raising this. I have a quick check of main branch, seems it missing lots of config, setup and functions in main branch. It might require lots of work,...
Still working on it. One issue is that the two versions of the Treesitter APIs are incompatible (not just the configuration).
I pushed some changes to https://github.com/ray-x/go.nvim/pull/592 and also [guihua.lua](https://github.com/ray-x/guihua.lua) Feel free to switch to treesitter-main branch of go.nvim to testing.
@alikazai A PR would be welcome. I’m currently trying to migrate my config to the Treesitter main branch, but I’m running into a lot of issues, e.g. I can’t even...
Yes, I am working on treesitter-main branch ATM. I have a feeling that the treesitter/master branch will stay as the default treesitter branch for a few months