Can't set up coq_nvim to have full lsp functionality with nvim-jdtls · Issue #686 · ms-jpq/coq_nvim · GitHub
More Web Proxy on the site http://driver.im/
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'm using coq_nvim and nvim-jdtls for extended java support. I'm looking to get full fanciness support such as snippets on function calls, import on completion selection, etc..., so I replaced jdtls.start_or_attach(config) with jdtls.start_or_attach(require("coq").lsp_ensure_capabilities(config)) because that seemed like the Right Thing to Do. However, I ended up getting these errors:
Chances are high I've set things up wrong.
I'm using coq_nvim and nvim-jdtls for extended java support. I'm looking to get full fanciness support such as snippets on function calls, import on completion selection, etc..., so I replaced
jdtls.start_or_attach(config)
withjdtls.start_or_attach(require("coq").lsp_ensure_capabilities(config))
because that seemed like the Right Thing to Do. However, I ended up getting these errors:coq_errors.txt
This does seem to be confined to nvim-jdtls as clangd (and any other server I've tried) works fine when using
lsp_ensure_capabilities
The text was updated successfully, but these errors were encountered: