You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 :(
The text was updated successfully, but these errors were encountered:
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 :(
The text was updated successfully, but these errors were encountered: