-
Is the nightly still a hard requirement? When running with nvim stable 0.11.2, a |
Beta Was this translation helpful? Give feedback.
Answered by
igorlfs
Jun 19, 2025
Replies: 1 comment 10 replies
-
Nope, nviim 0.11 should be working just fine.
Please, share details. Most importantly, your config. |
Beta Was this translation helpful? Give feedback.
10 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Indeed!
By default, nvim-dap-view does not launch when starting a new session. You have to manually call
:DapViewToggle
(or:DapViewOpen
). Of course, you can enable auto launching: see this section in the documentation.Let me know if this solves your issue!