Open WhiteBlackGoose opened 2 years ago
I don't personally use neovim or nvim-dap so I won't be adding that integration. But if you submit a PR I'll be happy to merge it.
Hey. I'm thinking now, how would I do that? It's made in lua, which is I guess not supported by vim. Should I make a separate plugin for test debugging?
That's a valid approach, but I suspect lua plugins can still be called from vimscript. I think this might be more of a question for the nvim-dap team, I really don't know. If it's a matter of including a lua file or two in OmniSharp-vim, that's fine.
Hello.
Thanks for this amazing plugin! Works great for me.
However, one missing feature is being able to debug tests. I use neovim and it would be nice to be able to debug tests with nvim-dap.
From what I see, it works with
vimspector
though, so the request is to add support fornvim-dap
too.