Julien Burkhard
Julien Burkhard
Also a link to hydra somewhere for convenience.
I added a new API to override how the headless instance is spawned. It allows you to filter arguments and environment variables before it gets passed to the child instance...
Related to #27
> @jbyuki I dont quite understand the idea behind the code separations yet, I would rename everything with appendix '_utf' and duplicate logic before unifying. Or do you have other...
Thanks for raising this issue. This is not expected, but it's also a brand new feature with few feedback so it may break easily. What do you get when running...
Yes, that sounds like a race condition. Some better understanding on how lazy.nvim loads its plugin could be useful. I will test if I can reproduce it with lazy.nvim installed....
I cannot reproduce unfortunately, however I have seen that some breakpoints are skipped sometimes probably due to jit optimization so they are simply not executed, afterall it's not running in...
Yes, for now it seems necessary to understand how "lazy" loading works and how it interacts with `nvim-dap` and `osv`. Out of the 20 times or so I tried, it...
The main benefit of adding this to the plugin would be that most of the functionatilities are already implemented so it would only require a minimal amount of code to...
Thanks :) That is also a great idea, could be a new plugin ?