How to get set up coc.nvim language server for projects that use multiple repositories #5148
amandeepgautam
started this conversation in
General
Replies: 1 comment
-
As the discussion in clangd/clangd#116, you need to setup clangd's configuration file for this, but I have no idea about how to. The client, VSCode or coc.nvim can't setup this for now clangd/vscode-clangd#38 |
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
-
We have projects that have multiple repos. We use artifacts generated by other repo in the main project. I want to setup coc.nvm so that this all acts like one single project i.e. I can move around the code without knowing if it was from a different repo. Currently, the way it is setup, I do not see shortcuts like gd etc working for functions which are from other repos, even though the build artifacts are local.
This is probably similar to: clangd/clangd#116, but how to set up this config?
Beta Was this translation helpful? Give feedback.
All reactions