diff options
| author | github-actions <github-actions@github.com> | 2021-07-26 05:33:51 +0000 |
|---|---|---|
| committer | github-actions <github-actions@github.com> | 2021-07-26 05:33:51 +0000 |
| commit | b8ab3b84e9ebff631136b5c3e0f5ed3a17c1f3ca (patch) | |
| tree | d4e8635469e4999bfa7abf721f357f7926da5a16 | |
| parent | ci: run codespell on pull requests (#1101) (diff) | |
| download | nvim-lspconfig-b8ab3b84e9ebff631136b5c3e0f5ed3a17c1f3ca.tar nvim-lspconfig-b8ab3b84e9ebff631136b5c3e0f5ed3a17c1f3ca.tar.gz nvim-lspconfig-b8ab3b84e9ebff631136b5c3e0f5ed3a17c1f3ca.tar.bz2 nvim-lspconfig-b8ab3b84e9ebff631136b5c3e0f5ed3a17c1f3ca.tar.lz nvim-lspconfig-b8ab3b84e9ebff631136b5c3e0f5ed3a17c1f3ca.tar.xz nvim-lspconfig-b8ab3b84e9ebff631136b5c3e0f5ed3a17c1f3ca.tar.zst nvim-lspconfig-b8ab3b84e9ebff631136b5c3e0f5ed3a17c1f3ca.zip | |
[docgen] Update CONFIG.md
skip-checks: true
| -rw-r--r-- | CONFIG.md | 30 |
1 files changed, 14 insertions, 16 deletions
@@ -2152,36 +2152,30 @@ This server accepts configuration via the `settings` key. Enables splice plugin \(expand template haskell definitions\) -- **`haskell.plugin.tactic.config.features`**: `string` +- **`haskell.plugin.tactics.config.hole_severity`**: `enum { 1, 2, 3, 4, vim.NIL }` - Default: `true` + Default: `vim.NIL` - null + The severity to use when showing hole diagnostics\. -- **`haskell.plugin.tactic.config.max_use_ctor_actions`**: `integer` +- **`haskell.plugin.tactics.config.max_use_ctor_actions`**: `integer` Default: `5` null -- **`haskell.plugin.tactic.globalOn`**: `boolean` - - Default: `true` - - Enables wingman \(tactic\) plugin - -- **`haskell.plugin.tactics.config.hole_severity`**: `enum { 1, 2, 3, 4, vim.NIL }` - - Default: `vim.NIL` - - The severity to use when showing hole diagnostics\. - - **`haskell.plugin.tactics.config.timeout_duration`**: `integer` Default: `2` null +- **`haskell.plugin.tactics.globalOn`**: `boolean` + + Default: `true` + + Enables Wingman \(tactics\) plugin + - **`haskell.releasesURL`**: `string` Default: `""` @@ -3265,6 +3259,10 @@ This server accepts configuration via the `settings` key. A workspace relative path to a Julia file that contains the tests that should be run for live testing\. +- **`julia.notebookController`**: `boolean` + + Enable the experimental native Jupyter notebook integration\. + - **`julia.packageServer`**: `string` Default: `""` |
