diff --git a/docs/user-defined-ls/clangd.md b/docs/user-defined-ls/clangd.md index 7bf9679da..f26c81210 100644 --- a/docs/user-defined-ls/clangd.md +++ b/docs/user-defined-ls/clangd.md @@ -9,3 +9,10 @@ and *.c, *.h support should be available. ![Clangd template](../images/user-defined-ls/clangd/select_template.png) + +## Setting "build" options + +Often need to specify e.g. `-I` for your build and you therefore must tell `clangd` about it. +To do this: + +????