Iron-E / nvim-libmodal

Create new "modes" for Neovim!
Other
118 stars 7 forks source link

Update to UI with DAP #41

Open CHr15W3 opened 2 months ago

CHr15W3 commented 2 months ago

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!

Iron-E commented 2 months ago

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 🙂