We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 87879ee + ef2c31c commit 040f0b9Copy full SHA for 040f0b9
1 file changed
README.md
@@ -64,5 +64,13 @@ if executable('cmake-language-server')
64
endif
65
```
66
67
+### Configuration
68
+* `buildDirectory`
69
+ This language server uses CMake's file API to get cached variables.
70
+ The API communicates using `<buildDirectory>/.cmake/api/`.
71
+ `buildDirectory` is relative path to the root uri of the workspace.
72
+ To configure the build tree, you need to run the cmake command such as `cmake .. -DFOO=bar`.
73
+
74
75
[coc.nvim]: https://github.com/neoclide/coc.nvim
76
[vim-lsp]: https://github.com/prabirshrestha/vim-lsp
0 commit comments