mattn / efm-langserver

General purpose Language Server
MIT License
1.34k stars 61 forks source link

efm with nvim-jdtls compatibility issues #194

Open dodonut opened 2 years ago

dodonut commented 2 years ago

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 :(

danielnehrig commented 2 years ago

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