Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

efm with nvim-jdtls compatibility issues #194

Open
dodonut opened this issue Dec 20, 2021 · 1 comment
Open

efm with nvim-jdtls compatibility issues #194

dodonut opened this issue Dec 20, 2021 · 1 comment

Comments

@dodonut
Copy link

dodonut commented Dec 20, 2021

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
Copy link

danielnehrig commented May 10, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants