Replies: 1 comment
-
Okay, after some digging I see it's determined on presence of Line 208 in 356254d so I need to remove this key, not set it to Diagnostics, on the other hand, seem to be asked for regardless whether server has such capability or not. |
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
-
I want to have two servers for the same files:
clangd
andccls
. So I'm experimenting how to tune them to perform the tasks they excel at over the other. During experimentation I've decided to turn off all capabilities ofccls
using @mattn's method from under #1505:but it only seems to work partially.
Hover or code navigation indeed is disabled, but completion and diagnostics work as if nothing.
I've also tried solutions from #1056 and #1163, passing keys during register as shown in
:h g:lsp_document_symbol_detail
, as well as @sullivan-sean's patch but the best I've got with them is turning off highlight in hover window.Beta Was this translation helpful? Give feedback.
All reactions