diff options
| author | Github Actions <actions@github> | 2021-03-26 08:04:20 +0000 |
|---|---|---|
| committer | Github Actions <actions@github> | 2021-03-26 08:04:20 +0000 |
| commit | 6bfb478a002081d59bafd2cc4fe6ef4ea1761c3b (patch) | |
| tree | 0679c929a13f9c2b6d18faf512f0c3d5ca60e66e | |
| parent | Merge pull request #797 from LuoZhongYao/master (diff) | |
| download | nvim-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.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 |
