From d8346b3a1c603ca0c5a856c2c12d363879aec6c7 Mon Sep 17 00:00:00 2001 From: Alick Zhao Date: Sun, 13 May 2018 19:25:29 -0500 Subject: [PATCH] editor section --- Getting-started.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Getting-started.md b/Getting-started.md index d1d3664..d231578 100644 --- a/Getting-started.md +++ b/Getting-started.md @@ -1,7 +1,7 @@ ### Outline 1. Build ccls / prebuilt binary (below) -2. Setup your editor [[Editor configuration]] +2. Setup your editor 3. Project setup: generate `compile_commands.json` or `.ccls` ### Build the language server @@ -25,6 +25,10 @@ If your `libstdc++` is too old (no C++17 header files) or have an old GCC/Clang, * `cmake -H. -Brelease -DCLANG_USE_BUNDLED_LIBC++=on`, e.g. FreeBSD 11 * `cmake -H. -Brelease`, Linux with newer libstdc++, e.g. Arch Linux, FreeBSD 12 +### Setup your editor + +Find your editor from the sidebar under the section "Editor configuration". + ### Project setup #### [[compile_commands.json]] (Best)