bug: dap is not configured when there are multiple LSPs attached to .java files #125
Open
3 tasks done
Labels
bug
Something isn't working
Did you check docs and existing issues?
Neovim version (nvim -v)
Operating system/version
Describe the bug
Dap will not be configured if there are multiple LSPs like none.ls is attached to the same buffer and setup earlier than
jdtls
. This is caused due to theonce=true
when registering theLspAttach
autocmd.Steps To Reproduce
Expected Behavior
The text was updated successfully, but these errors were encountered: