aboutsummaryrefslogtreecommitdiffstats
path: root/CONFIG.md
diff options
context:
space:
mode:
authorGithub Actions <actions@github>2021-04-14 09:03:52 +0000
committerGithub Actions <actions@github>2021-04-14 09:03:52 +0000
commit89bf30687cf2f94d04ccc3f29d4418e989a0dea9 (patch)
treec5e81899eac9ea3392bf4f9c0d26fdf6a7b8b060 /CONFIG.md
parentMerge pull request #841 from Adnios/master (diff)
downloadnvim-lspconfig-89bf30687cf2f94d04ccc3f29d4418e989a0dea9.tar
nvim-lspconfig-89bf30687cf2f94d04ccc3f29d4418e989a0dea9.tar.gz
nvim-lspconfig-89bf30687cf2f94d04ccc3f29d4418e989a0dea9.tar.bz2
nvim-lspconfig-89bf30687cf2f94d04ccc3f29d4418e989a0dea9.tar.lz
nvim-lspconfig-89bf30687cf2f94d04ccc3f29d4418e989a0dea9.tar.xz
nvim-lspconfig-89bf30687cf2f94d04ccc3f29d4418e989a0dea9.tar.zst
nvim-lspconfig-89bf30687cf2f94d04ccc3f29d4418e989a0dea9.zip
[docgen] Update CONFIG.md
skip-checks: true
Diffstat (limited to 'CONFIG.md')
-rw-r--r--CONFIG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONFIG.md b/CONFIG.md
index 2777f3db..3b56722e 100644
--- a/CONFIG.md
+++ b/CONFIG.md
@@ -224,7 +224,7 @@ require'lspconfig'.ccls.setup{}
Default Values:
cmd = { "ccls" }
filetypes = { "c", "cpp", "objc", "objcpp" }
- root_dir = root_pattern("compile_commands.json", "compile_flags.txt", ".git")
+ root_dir = root_pattern("compile_commands.json", "compile_flags.txt", ".git") or dirname
```
## clangd