Vincent Tencé
Vincent Tencé
Hi guys, what's the status on this? Our team is very much interested Thanks
Thanks @prudho I'm looking forward to 2.9 then
The upstream runc PR has been labeled 1.2.0 just now, so we can hopefully expect a release in the following weeks (months?). From that point on what's a reasonable time...
Thanks for the great plugin @ray-x 🥇 Any idea why I only get blame code when using `:GoCodeAction` but I get more options with `vim.lsp.buf.code_action()`, such as the option to...
I'm only seeing Blame line, which comes from null-ls With lsp code actions, I see:
Do you see anything suspicious?
> It looks good. > Could you try to disable null-ls and try it again? I have a feeling is gopls is too slow in your project. Now I get...
What I don't understand is that the following mapping works: `vim.keymap.set('v', 'ca', vim.lsp.buf.code_action, { desc = "Range code action" })`
I turned on the verbose option, and I get this message each time it loads the go file: My gopls is 0.13.2: I ran `:GoUpdateBinary gopls`, but the message comes...
Something is wrong cause I get No code actions even if the playground go project using the provided `init.lua` config