Updated FAQ (markdown)

firstlove 2018-08-29 14:12:27 +08:00
parent 024f81c931
commit 123c9748f9

3
FAQ.md

@ -1,5 +1,8 @@
### Some C/C++ headers are not recognized ### Some C/C++ headers are not recognized
#### Make sure company-lsp is used
<kbd>M-x</kbd> `company-diag`, make sure`Used backend:` includes `company-lsp`.
There are at least three sets of implicit include paths. They take effect without your `-I` option in `.ccls` or `compile_commands.json` There are at least three sets of implicit include paths. They take effect without your `-I` option in `.ccls` or `compile_commands.json`
```c++ ```c++