efm-langserver
efm-langserver copied to clipboard
efm with nvim-jdtls compatibility issues
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 :(
ask around in the neovim community this is not a efm issue the neovim reddit might be a place to start and get help