diff options
| author | github-actions <github-actions@github.com> | 2021-09-04 03:58:56 +0000 |
|---|---|---|
| committer | github-actions <github-actions@github.com> | 2021-09-04 03:58:56 +0000 |
| commit | df9e57b878a7cc9f4e8f07a2754839fa4f79b407 (patch) | |
| tree | b39307d6aa099ab77b58e1bd71ef74e516c593be | |
| parent | fix(ui): gracefully handle nil filetypes (#1217) (diff) | |
| download | nvim-lspconfig-df9e57b878a7cc9f4e8f07a2754839fa4f79b407.tar nvim-lspconfig-df9e57b878a7cc9f4e8f07a2754839fa4f79b407.tar.gz nvim-lspconfig-df9e57b878a7cc9f4e8f07a2754839fa4f79b407.tar.bz2 nvim-lspconfig-df9e57b878a7cc9f4e8f07a2754839fa4f79b407.tar.lz nvim-lspconfig-df9e57b878a7cc9f4e8f07a2754839fa4f79b407.tar.xz nvim-lspconfig-df9e57b878a7cc9f4e8f07a2754839fa4f79b407.tar.zst nvim-lspconfig-df9e57b878a7cc9f4e8f07a2754839fa4f79b407.zip | |
[docgen] Update CONFIG.md
skip-checks: true
| -rw-r--r-- | CONFIG.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -4631,6 +4631,10 @@ This server accepts configuration via the `settings` key. Tool to use to for formatting\. Must be installed and on PATH \(or npm installed with addNpmPath set\) +- **`purescript.fullBuildOnSave`**: `boolean` + + Whether to perform a full build on save with the configured build command \(rather than IDE server fast rebuild\)\. This is not generally recommended because it is slow\, but it does mean that dependant modules are rebuilt as necessary\. + - **`purescript.importsPreferredModules`**: `array` Default: `{ "Prelude" }` |
