Replies: 1 comment 1 reply
-
So I found this in the neovim forum: How to integrate the “boost” library into the clangd LSP server?. They suggest creating a file called
I'm not a C++ developer so I can't test it but I hope it helps. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Hello. I need help with configuring clangd for my needs. I currently have two issues: 1) I want to change the standard to c++20. 2) I'm using the Boost headers and the LSP is not aware of the location. I've placed it in my $PATH, but that doesn't help.
Please don't be too hard on me. I'm just an old, retired IT worker desperately trying to get to the 21st century. I'm very new to Lua. Thank you for your help.
Beta Was this translation helpful? Give feedback.
All reactions