aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Lingelbach <m.j.lbach@gmail.com>2021-01-23 10:34:45 -0800
committerGitHub <noreply@github.com>2021-01-23 10:34:45 -0800
commitf10aaa6ff152490b15da528a3fcd8d3e142d92ec (patch)
treec4df87d4c511a9edb1f6c7a54a0417c06232aca4
parentMerge pull request #680 from delphinus/feature/use-nvim-exec (diff)
parent[docgen] Update README.md (diff)
downloadnvim-lspconfig-f10aaa6ff152490b15da528a3fcd8d3e142d92ec.tar
nvim-lspconfig-f10aaa6ff152490b15da528a3fcd8d3e142d92ec.tar.gz
nvim-lspconfig-f10aaa6ff152490b15da528a3fcd8d3e142d92ec.tar.bz2
nvim-lspconfig-f10aaa6ff152490b15da528a3fcd8d3e142d92ec.tar.lz
nvim-lspconfig-f10aaa6ff152490b15da528a3fcd8d3e142d92ec.tar.xz
nvim-lspconfig-f10aaa6ff152490b15da528a3fcd8d3e142d92ec.tar.zst
nvim-lspconfig-f10aaa6ff152490b15da528a3fcd8d3e142d92ec.zip
Merge pull request #693 from mjlbach/feature_request_template
Feature request template
-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: `""`