diff options
| -rw-r--r-- | CONFIG.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
