nvim-libmodal icon indicating copy to clipboard operation
nvim-libmodal copied to clipboard

Update to UI with DAP

Open CHr15W3 opened this issue 1 year ago • 1 comments

Hi, I'm not sure if this is a Bug or a configuration issue: I use a mode for debugging which for example remaps n to dap.step_over() and so on. The mode does not exit afterwards. This, however, messes with the rendering of the debug indication. Namely, it is always one "step" behind the true state. Is this maybe an issue with the Vim/DAP ui not being updated from within a mode? When I call DapStepOver or dap.step_over() normally it works

Thanks so much for the plugin!

CHr15W3 avatar Sep 26 '24 09:09 CHr15W3

Can you share a minimal config for this? I don't use DAP, but would be happy to check this out from a shared starting point 🙂

Iron-E avatar Sep 26 '24 11:09 Iron-E