Rodrigo Santa Cruz
Rodrigo Santa Cruz
@laynor I am seeing this too. It's pretty annoying, did you manage to find a workaround?
In my case this was caused by changing `line-spacing` to something bigger than default. It would be nice to be able to change line spacing without breaking company-box though
@stealthycoin Any progress on this? This would be very helpful 🙏 .
This looks fixed to me on the latest commit as of today. Thank you!
@FloThinksPi https://github.com/golang/go/issues/25841 seems to be fixed, should it be working now? I still get errors trying to debug a plugin in macos with delve.
I guess I'll give it a try since no one more experienced with delve and go is available. @aarzilli Please give me a hand with this. I just tried your...
@aarzilli I updated my macbook to macOS Sonoma. Is there a command I can run to check if dsymutil was updated?
@rcarriga I'd suggest adding two new captures, something like: `@namespace.match` and `@test.match`. If any namespace N `match` capture is the same as a test T `match` capture, neotest would automatically...
For anyone experiencing this issue, I had to install tpope/vim-dispatch to get this working. I thought it was optional though: ``` :DB [url] Start an interactive database console. Uses dispatch.vim's...
Ok I figured out the problem. Exporting was working correctly. The problem was when the plugin tried to open the file. I changed one script a little and now it...