aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgithub-actions <github-actions@github.com>2021-10-17 17:40:24 +0000
committergithub-actions <github-actions@github.com>2021-10-17 17:40:24 +0000
commit8ac41d75411c2ed92b1188dfdac624391fc7965e (patch)
tree2c8e02132dbc709ca645faca446679193f808151
parentfeat(deno_ls): update Deno root pattern (#1321) (diff)
downloadnvim-lspconfig-8ac41d75411c2ed92b1188dfdac624391fc7965e.tar
nvim-lspconfig-8ac41d75411c2ed92b1188dfdac624391fc7965e.tar.gz
nvim-lspconfig-8ac41d75411c2ed92b1188dfdac624391fc7965e.tar.bz2
nvim-lspconfig-8ac41d75411c2ed92b1188dfdac624391fc7965e.tar.lz
nvim-lspconfig-8ac41d75411c2ed92b1188dfdac624391fc7965e.tar.xz
nvim-lspconfig-8ac41d75411c2ed92b1188dfdac624391fc7965e.tar.zst
nvim-lspconfig-8ac41d75411c2ed92b1188dfdac624391fc7965e.zip
docs: 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 a6e56458..d888ad86 100644
--- a/CONFIG.md
+++ b/CONFIG.md
@@ -1373,7 +1373,7 @@ require'lspconfig'.denols.setup{}
lint = false,
unstable = false
}
- root_dir = root_pattern("package.json", "tsconfig.json", ".git")
+ root_dir = root_pattern("deno.json", "deno.jsonc", "package.json", "tsconfig.json", ".git")
```