aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGithub Actions <actions@github>2021-03-26 08:04:20 +0000
committerGithub Actions <actions@github>2021-03-26 08:04:20 +0000
commit6bfb478a002081d59bafd2cc4fe6ef4ea1761c3b (patch)
tree0679c929a13f9c2b6d18faf512f0c3d5ca60e66e
parentMerge pull request #797 from LuoZhongYao/master (diff)
downloadnvim-lspconfig-6bfb478a002081d59bafd2cc4fe6ef4ea1761c3b.tar
nvim-lspconfig-6bfb478a002081d59bafd2cc4fe6ef4ea1761c3b.tar.gz
nvim-lspconfig-6bfb478a002081d59bafd2cc4fe6ef4ea1761c3b.tar.bz2
nvim-lspconfig-6bfb478a002081d59bafd2cc4fe6ef4ea1761c3b.tar.lz
nvim-lspconfig-6bfb478a002081d59bafd2cc4fe6ef4ea1761c3b.tar.xz
nvim-lspconfig-6bfb478a002081d59bafd2cc4fe6ef4ea1761c3b.tar.zst
nvim-lspconfig-6bfb478a002081d59bafd2cc4fe6ef4ea1761c3b.zip
[docgen] Update CONFIG.md
skip-checks: true
-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