Michael

Results 20 comments of Michael

Heres a couple of links through my googling: https://www.reddit.com/r/neovim/comments/u24o3m/how_to_make_ctrli_work_in_neovim/ https://github.com/neovim/neovim/issues/5916 https://www.leonerd.org.uk/hacks/fixterms/

I do not have any news on this sadly, I still experience the issue. Haven't found a solution to it yet. But i understand since you cannot replicate that its...

Can confirm as well that if i accept the rename while in insert mode and ghost_text is showing, then the buffer is gone when reaching this code. It works consistently...

Thanks for the quick reply. That sounds reasonable.

Hi. I think it makes the most sense to be neogen class. The documentation syntax is identical to classes

Sure. Thank you for taking time. Ive listed the output of some commands that should give an overview of my environment as well as my neovim debug adapter settings in...

Hmm ive done some more digging and it seems it was misleading to include the lua file as i am actually running it via the neotest-dotnet project. However in order...

I dont know how to see if its the test process, however it is the only dotnet process that i can attach to and that actually will run and finish...

I've made a small repo to reproduce the error: https://github.com/Dynge/xunit-debugging-test Hope that can help resolve the issue (or at the least reproduce it). I am very grateful for all the...

> Since v3 test projects are stand-alone executables, you should be able to direct debug them just by launching them with a debugger, without involving `dotnet test` at all, at...