aboutsummaryrefslogtreecommitdiffstats
path: root/lua/nvim_lsp/ccls.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/nvim_lsp/ccls.lua')
-rw-r--r--lua/nvim_lsp/ccls.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/nvim_lsp/ccls.lua b/lua/nvim_lsp/ccls.lua
index 67b65eda..32cc30e9 100644
--- a/lua/nvim_lsp/ccls.lua
+++ b/lua/nvim_lsp/ccls.lua
@@ -14,6 +14,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).
]];
default_config = {
root_dir = [[root_pattern("compile_commands.json", "compile_flags.txt", ".git")]];