When doing work with groovy files, I'm using groovyls. However, doge wants to load jdtls. This causes an issue where I get the message: nvim-navic: Failed to attach to jdtls for current buffer. Already attached to groovyls.
This is a little confusing because the message is coming from nvim-navic, but I believe it's originating from vim-doge. I can to this conclusion because if I open a groovy file with vim-doge disabled, the error messages goes away. I believe this is being caused by groovy being an alias for java (as defined at doge.vim#104).
so my ask is ... can I tell vim-doge to use groovyls not jdtls for groovy files?
When doing work with groovy files, I'm using groovyls. However, doge wants to load jdtls. This causes an issue where I get the message:
nvim-navic: Failed to attach to jdtls for current buffer. Already attached to groovyls
.This is a little confusing because the message is coming from nvim-navic, but I believe it's originating from vim-doge. I can to this conclusion because if I open a groovy file with vim-doge disabled, the error messages goes away. I believe this is being caused by groovy being an alias for java (as defined at doge.vim#104).
so my ask is ... can I tell vim-doge to use groovyls not jdtls for groovy files?