nvim-neotest / neotest-plenary

MIT License
32 stars 11 forks source link

WIP - Making DAP available in the adapter #8

Open arnaupv opened 1 year ago

arnaupv commented 1 year ago

The following PR intends to provide the feature requested in the issue: #7 Currently it's just WIP.

arnaupv commented 1 year ago

So far that's the result: image

This occurs after starting the Adapter Lua Server running: lua require("osv").launch({ port = 8086 })

That's recommended in the LazyVim configuration (link)

Currently investigating which can be the cause of the issue in the one-small-step-for-vimkind dap adapter.