Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature request] support for nvim-dap #804

Open
WhiteBlackGoose opened this issue Sep 2, 2022 · 3 comments
Open

[Feature request] support for nvim-dap #804

WhiteBlackGoose opened this issue Sep 2, 2022 · 3 comments

Comments

@WhiteBlackGoose
Copy link

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 for nvim-dap too.

image

@nickspoons
Copy link
Member

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.

@WhiteBlackGoose
Copy link
Author

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?

@nickspoons
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants