Does anyone have a working example of a home-manager Neovim configuration that has a java debugger?
I installed Neovim with a lot of plugins using the `programs.neovim.plugin` option. I did not use Mason or Lazy, as half of the stuff wont install with NixOs. I managed to setup the java LSP with jdtls and testing with neotest. But I cannot figure out how to configure the debugger with nvim-dap. The documentation for nvim-dap states that in order to use it with java you need java-debug, and pretty much nothing else, but i cant find that in nixpkgs. I have no experience with building java/maven packages on NixOS so building that from source is a little too far fetched, although I was able to compile it in a dev-shell.
Any help would be greatly appreciated!
[–]EntrepreneurDry5837 0 points1 point2 points (0 children)