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)