From de571ee1b26fce1ba14f15a0e7c8c213f7a6ad3d Mon Sep 17 00:00:00 2001 From: Michael Lingelbach Date: Sat, 23 Jan 2021 10:33:39 -0800 Subject: Add feature request template --- .github/FEATURE_REQUEST_TEMPLATE/feature_request.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/FEATURE_REQUEST_TEMPLATE/feature_request.md diff --git a/.github/FEATURE_REQUEST_TEMPLATE/feature_request.md b/.github/FEATURE_REQUEST_TEMPLATE/feature_request.md new file mode 100644 index 00000000..875a2533 --- /dev/null +++ b/.github/FEATURE_REQUEST_TEMPLATE/feature_request.md @@ -0,0 +1,13 @@ +--- +name: Feature request +about: Request a feature in nvim-lspconfig +title: '' +labels: feature-request + +--- + + + +### Requested feature + +### Motivation -- cgit v1.2.3-70-g09d2 From ba997078a649588dfb4a41c1f45e44788d3a9886 Mon Sep 17 00:00:00 2001 From: Github Actions Date: Sat, 23 Jan 2021 18:34:09 +0000 Subject: [docgen] Update README.md skip-checks: true --- CONFIG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CONFIG.md b/CONFIG.md index bff8cb78..29975a6a 100644 --- a/CONFIG.md +++ b/CONFIG.md @@ -2096,6 +2096,12 @@ This server accepts configuration via the `settings` key. Check that all declared arguments are used within the function body\. +- **`julia.liveTestFile`**: `string` + + Default: `"test/runtests.jl"` + + A workspace relative path to a Julia file that contains the tests that should be run for live testing\. + - **`julia.packageServer`**: `string` Default: `""` @@ -2118,6 +2124,12 @@ This server accepts configuration via the `settings` key. Display plots within VS Code\. Might require a restart of the Julia process\. +- **`julia.useProgressFrontend`**: `boolean` + + Default: `true` + + null + - **`julia.useRevise`**: `boolean` Default: `true` @@ -2329,6 +2341,12 @@ This server accepts configuration via the `settings` key. null +- **`lean.input.eagerReplacementEnabled`**: `boolean` + + Default: `true` + + null + - **`lean.input.enabled`**: `boolean` Default: `true` -- cgit v1.2.3-70-g09d2