Replies: 1 comment
-
@britter, you might need a |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm trying to set up nvim as an IDE replacement for Java development. I'm using the nvim-jdtls plugin to configure
pkgs.jdt-language-server
and am struggling to get the integration between nvim-jdtls and nvim-dap working.nvim-dap's documentation states:
However, when I try to debug an application by calling
:DapContinue
the status line saysMy configuration looks like this:
And then another file that include the two and some other configurations.
Beta Was this translation helpful? Give feedback.
All reactions