aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/FEATURE_REQUEST_TEMPLATE/feature_request.md13
-rw-r--r--CONFIG.md6
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
diff --git a/CONFIG.md b/CONFIG.md
index 9d1df5d6..44b61cbc 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: `""`