diff options
| author | github-actions <github-actions@github.com> | 2021-12-01 14:54:24 +0000 |
|---|---|---|
| committer | github-actions <github-actions@github.com> | 2021-12-01 14:54:24 +0000 |
| commit | 2f3261870e5f00e3ce16029d5ce873ef356676cd (patch) | |
| tree | 19b62fe44972c23cf1585b65f310dc1c7934d5b3 | |
| parent | fix(jsonls): add windows executable support (#1521) (diff) | |
| download | nvim-lspconfig-2f3261870e5f00e3ce16029d5ce873ef356676cd.tar nvim-lspconfig-2f3261870e5f00e3ce16029d5ce873ef356676cd.tar.gz nvim-lspconfig-2f3261870e5f00e3ce16029d5ce873ef356676cd.tar.bz2 nvim-lspconfig-2f3261870e5f00e3ce16029d5ce873ef356676cd.tar.lz nvim-lspconfig-2f3261870e5f00e3ce16029d5ce873ef356676cd.tar.xz nvim-lspconfig-2f3261870e5f00e3ce16029d5ce873ef356676cd.tar.zst nvim-lspconfig-2f3261870e5f00e3ce16029d5ce873ef356676cd.zip | |
docs: update server_configurations.md
skip-checks: true
| -rw-r--r-- | doc/server_configurations.md | 12 | ||||
| -rw-r--r-- | doc/server_configurations.txt | 12 |
2 files changed, 24 insertions, 0 deletions
diff --git a/doc/server_configurations.md b/doc/server_configurations.md index 31516879..f9ede9ed 100644 --- a/doc/server_configurations.md +++ b/doc/server_configurations.md @@ -5024,6 +5024,18 @@ This server accepts configuration via the `settings` key. List of codegen targets to pass to the compiler for rebuild\. e\.g\. js\, corefn\. If not specified \(rather than empty array\) this will not be passed and the compiler will default to js\. Requires 0\.12\.1+ +- **`purescript.declarationTypeCodeLens`**: `boolean` + + Default: `true` + + Enable declaration codelens to add types to declarations + +- **`purescript.exportsCodeLens`**: `boolean` + + Default: `true` + + Enable declaration codelenses for export management + - **`purescript.fastRebuild`**: `boolean` Default: `true` diff --git a/doc/server_configurations.txt b/doc/server_configurations.txt index 31516879..f9ede9ed 100644 --- a/doc/server_configurations.txt +++ b/doc/server_configurations.txt @@ -5024,6 +5024,18 @@ This server accepts configuration via the `settings` key. List of codegen targets to pass to the compiler for rebuild\. e\.g\. js\, corefn\. If not specified \(rather than empty array\) this will not be passed and the compiler will default to js\. Requires 0\.12\.1+ +- **`purescript.declarationTypeCodeLens`**: `boolean` + + Default: `true` + + Enable declaration codelens to add types to declarations + +- **`purescript.exportsCodeLens`**: `boolean` + + Default: `true` + + Enable declaration codelenses for export management + - **`purescript.fastRebuild`**: `boolean` Default: `true` |
