From 123c9748f9ae5e8e2a0efa1978dc2440111a2203 Mon Sep 17 00:00:00 2001 From: firstlove <37442588+FirstLoveLife@users.noreply.github.com> Date: Wed, 29 Aug 2018 14:12:27 +0800 Subject: [PATCH] Updated FAQ (markdown) --- FAQ.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/FAQ.md b/FAQ.md index bbc06c1..8cc3dc6 100644 --- a/FAQ.md +++ b/FAQ.md @@ -1,5 +1,8 @@ ### Some C/C++ headers are not recognized +#### Make sure company-lsp is used +M-x `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` ```c++