Closed pinbraerts closed 6 months ago
All DAP interactivity persists in the window. Would be great if we had some way to focus window with keymap. Now it can be focused (only) with a mouse.
Indent with 2 spaces please.
done
Most of the functions are copied from mfussenegger/nvim-dap/lua/dap/ui/widgets.lua
Slightly hacky way to integrate mfussenegger/nvim-dap hover. The session API is async, so in order to support resizing and interactivity, DAP binds a window id to view. Instead of this I search for a window containing the buffer on update to resize it.