diff options
| author | github-actions <github-actions@github.com> | 2021-10-17 02:47:35 +0000 |
|---|---|---|
| committer | github-actions <github-actions@github.com> | 2021-10-17 02:47:35 +0000 |
| commit | 3f445cf5f2bcb509bbac20d7a666fcc787e36a56 (patch) | |
| tree | 3b7dc62f00fdb573a95674a36729f50e574e93ac /CONFIG.md | |
| parent | docs: mention Bear can generate compile_commands.json (#1318) (diff) | |
| download | nvim-lspconfig-3f445cf5f2bcb509bbac20d7a666fcc787e36a56.tar nvim-lspconfig-3f445cf5f2bcb509bbac20d7a666fcc787e36a56.tar.gz nvim-lspconfig-3f445cf5f2bcb509bbac20d7a666fcc787e36a56.tar.bz2 nvim-lspconfig-3f445cf5f2bcb509bbac20d7a666fcc787e36a56.tar.lz nvim-lspconfig-3f445cf5f2bcb509bbac20d7a666fcc787e36a56.tar.xz nvim-lspconfig-3f445cf5f2bcb509bbac20d7a666fcc787e36a56.tar.zst nvim-lspconfig-3f445cf5f2bcb509bbac20d7a666fcc787e36a56.zip | |
docs: update CONFIG.md
skip-checks: true
Diffstat (limited to 'CONFIG.md')
| -rw-r--r-- | CONFIG.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -362,7 +362,7 @@ https://github.com/MaskRay/ccls/wiki ccls relies on a [JSON compilation database](https://clang.llvm.org/docs/JSONCompilationDatabase.html) specified as compile_commands.json or, for simpler projects, a compile_flags.txt. -For details on how to automatically generate one using CMake look [here](https://cmake.org/cmake/help/latest/variable/CMAKE_EXPORT_COMPILE_COMMANDS.html). +For details on how to automatically generate one using CMake look [here](https://cmake.org/cmake/help/latest/variable/CMAKE_EXPORT_COMPILE_COMMANDS.html). Alternatively, you can use [Bear](https://github.com/rizsotto/Bear). Customization options are passed to ccls at initialization time via init_options, a list of available options can be found [here](https://github.com/MaskRay/ccls/wiki/Customization#initialization-options). For example: @@ -409,7 +409,7 @@ https://clangd.llvm.org/installation.html clangd relies on a [JSON compilation database](https://clang.llvm.org/docs/JSONCompilationDatabase.html) specified as compile_commands.json or, for simpler projects, a compile_flags.txt. -For details on how to automatically generate one using CMake look [here](https://cmake.org/cmake/help/latest/variable/CMAKE_EXPORT_COMPILE_COMMANDS.html). +For details on how to automatically generate one using CMake look [here](https://cmake.org/cmake/help/latest/variable/CMAKE_EXPORT_COMPILE_COMMANDS.html). Alternatively, you can use [Bear](https://github.com/rizsotto/Bear). |
