aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CONFIG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONFIG.md b/CONFIG.md
index b2410170..9ca9bb55 100644
--- a/CONFIG.md
+++ b/CONFIG.md
@@ -285,7 +285,7 @@ require'lspconfig'.cmake.setup{}
init_options = {
buildDirectory = "build"
}
- root_dir = root_pattern(".git", "compile_commands.json", "build")
+ root_dir = root_pattern(".git", "compile_commands.json", "build") or dirname
```
## codeqlls