editor section

Alick Zhao 2018-05-13 19:25:29 -05:00
parent c34494d941
commit d8346b3a1c

@ -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)