Is setting capabilities really necessary? #1210
Shaobin-Jiang
started this conversation in
General
Replies: 2 comments
-
Some LSPs won't behave correctly without them (i.e. jdtls) but generally speaking you don't need the capabilities. With them though, we can:
And I'm likely missing some others |
Beta Was this translation helpful? Give feedback.
0 replies
-
It looks like neovim/nvim-lspconfig#3494 is now completed and I've migrated my old setup from What is the best way to verify that the capabilities from blink are properly passed to the servers? I've tried:
Appreciate any advice. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Using neovim 0.10.4 and just removed the setting of capabilities from my nvim-lspconfig. Completion still works like a charm. Makes me wonder whether the specific instruction here that asks to set
capabilities
to nvim-lspconfig is really necessary?Beta Was this translation helpful? Give feedback.
All reactions