mfussenegger / nvim-jdtls

Extensions for the built-in LSP support in Neovim for eclipse.jdt.ls
GNU General Public License v3.0
979 stars 62 forks source link

Update README.md RE `nvim-dap` configuration #619

Closed carschandler closed 4 months ago

carschandler commented 5 months ago

I was having issues getting my DAP integration working, and I think it was because nvim-jdtls was loading before nvim-dap was finished... I'm not sure if this is actually the case, but adding dependencies='mfussenger/nvim-dap' to my Lazy configuration for nvim-jdtls has seemed to fix the issue.

Please verify whether it's possible that this was the issue. If so, then it would be a good idea to add this to https://github.com/mfussenegger/nvim-dap/wiki/Java as well.

mfussenegger commented 4 months ago

Added a more general note instead: https://github.com/mfussenegger/nvim-jdtls/commit/81ead309b9cb5603d84836cef19a8ca9f849a847