When use coc-clangd for C++ LSP,can multiple vim task share one clangd progress? #5296
-
|
Start multiple vim tasks for files in the same folder, would start muliple clangd progress either, which would cause high cpu usage. Is it possible to make the clangd progress being shared, if those vim tasks are editing files for same project? |
Beta Was this translation helpful? Give feedback.
Answered by
fannheyward
Apr 2, 2025
Replies: 1 comment 2 replies
-
|
No, the clangd language server didn't support shared with multiple clients. Try https://github.com/pr2502/ra-multiplex?tab=readme-ov-file#other-lsp-servers |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
Gwan-He
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No, the clangd language server didn't support shared with multiple clients.
Try https://github.com/pr2502/ra-multiplex?tab=readme-ov-file#other-lsp-servers