Migration guide from nvim-dap-ui (if possible) #170
-
|
Is there a plan/official well defined way to port nvim-dap-ui configs to nvim-dap-view configs? |
Beta Was this translation helpful? Give feedback.
Answered by
igorlfs
Apr 11, 2026
Replies: 1 comment 1 reply
-
Not really. Currently, both tools are not "compatible": nvim-dap-ui offers some features that are not (yet) possible on nvim-dap-view (namely, having multiple windows). Other than that, I think there's not much friction with the migration. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
igorlfs
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Not really. Currently, both tools are not "compatible": nvim-dap-ui offers some features that are not (yet) possible on nvim-dap-view (namely, having multiple windows).
Other than that, I think there's not much friction with the migration.