-
I have just started to try and use the vim-lsp plugin and am editing c++ files with a cmake generated compile_commands.json. I created the language server by doing the vim-lsp-settings plugin's LspInstallServer. It seems to work, but it doesn't seem to find the compile_commands.json file. Where can I look to see what might be going wrong. |
Beta Was this translation helpful? Give feedback.
Answered by
markeel
Feb 3, 2022
Replies: 1 comment
-
Of course I find the solution right after I post the question. I needed to create a symlink in the root of the project to the build directory where the compile database was created. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
prabirshrestha
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Of course I find the solution right after I post the question.
I needed to create a symlink in the root of the project to the build directory where the compile database was created.