aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgithub-actions <github-actions@github.com>2021-09-08 16:22:45 +0000
committergithub-actions <github-actions@github.com>2021-09-08 16:22:45 +0000
commitf41857a5c6fc0eb0f16dabe26cbdaa38aeb07e76 (patch)
treed9790888888e94885ed742a6155860fb531d8701
parentfeat(purescript): add pulp support (#1169) (diff)
downloadnvim-lspconfig-f41857a5c6fc0eb0f16dabe26cbdaa38aeb07e76.tar
nvim-lspconfig-f41857a5c6fc0eb0f16dabe26cbdaa38aeb07e76.tar.gz
nvim-lspconfig-f41857a5c6fc0eb0f16dabe26cbdaa38aeb07e76.tar.bz2
nvim-lspconfig-f41857a5c6fc0eb0f16dabe26cbdaa38aeb07e76.tar.lz
nvim-lspconfig-f41857a5c6fc0eb0f16dabe26cbdaa38aeb07e76.tar.xz
nvim-lspconfig-f41857a5c6fc0eb0f16dabe26cbdaa38aeb07e76.tar.zst
nvim-lspconfig-f41857a5c6fc0eb0f16dabe26cbdaa38aeb07e76.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 c05efb27..53f77587 100644
--- a/CONFIG.md
+++ b/CONFIG.md
@@ -4728,7 +4728,7 @@ require'lspconfig'.purescriptls.setup{}
Default Values:
cmd = { "purescript-language-server", "--stdio" }
filetypes = { "purescript" }
- root_dir = root_pattern("spago.dhall, bower.json")
+ root_dir = root_pattern("spago.dhall, 'psc-package.json', bower.json")
```