efm-langserver icon indicating copy to clipboard operation
efm-langserver copied to clipboard

efm with nvim-jdtls compatibility issues

Open dodonut opened this issue 4 years ago • 1 comments

I use efm for bash scripts and work with java. The efm works fine with other lsp, but the nvim-jdtls is a derived of the lsp, thus not initialized like the others (require'lspconfig'.jdtls.setup{}). In that manner, I get a lot of errors because the two lsp are attached to java files, and the same does not happen with language servers that use the common syntax. Does anyone know a solution? I've tried some "clever" way to disable the efm on java files, but did not worked :(

dodonut avatar Dec 20 '21 12:12 dodonut

ask around in the neovim community this is not a efm issue the neovim reddit might be a place to start and get help

danielnehrig avatar May 10 '22 00:05 danielnehrig