diff options
| author | github-actions <github-actions@github.com> | 2021-10-17 17:40:24 +0000 |
|---|---|---|
| committer | github-actions <github-actions@github.com> | 2021-10-17 17:40:24 +0000 |
| commit | 8ac41d75411c2ed92b1188dfdac624391fc7965e (patch) | |
| tree | 2c8e02132dbc709ca645faca446679193f808151 | |
| parent | feat(deno_ls): update Deno root pattern (#1321) (diff) | |
| download | nvim-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.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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") ``` |
