From b379f61eb530c2f4c3513b63d975b221fbe5dc0b Mon Sep 17 00:00:00 2001 From: Fangrui Song Date: Sat, 31 Mar 2018 18:03:55 -0700 Subject: [PATCH] Updated Home (markdown) --- Home.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Home.md b/Home.md index 33626ae..8ecb08c 100644 --- a/Home.md +++ b/Home.md @@ -8,12 +8,12 @@ For more build instructions. And how to build on Windows, FreeBSD, OpenIndiana! To tell ccls how to find the source tree in your project, you may create either `.ccls` or `compile_commands.json` in your project root. `.ccls` is easy and useful for simple projects. `compile_commands.json` allows for explicit specification of compilation command line for each source file. -## [[Editor configuration]] +## Editor configuration You need to set up a language client for your editor to use definition/reference/hover/... and for some advanced cquery features some extension is needed. ## [[Initialization options]] -Customization of cquery, e.g. indexing comments, using msgpack for cache files. +Customization of ccls, e.g. indexing comments, using msgpack for cache files. Some tips for [[Debugging]] \ No newline at end of file