diff options
| -rw-r--r-- | .github/FEATURE_REQUEST_TEMPLATE/feature_request.md | 13 | ||||
| -rw-r--r-- | CONFIG.md | 6 |
2 files changed, 19 insertions, 0 deletions
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 + +--- + +<!-- Before reporting: search existing issues. Implementation of the language server spec itself is located in the neovim core repository and feature requests may be better suited for core. --> + +### Requested feature + +### Motivation @@ -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: `""` |
