aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGithub Actions <actions@github>2021-01-24 10:26:17 +0000
committerGithub Actions <actions@github>2021-01-24 10:26:17 +0000
commita99d4ccc22ec6eab3a31b0482aa5c98434747ecf (patch)
tree36f36927df667f96ddf00624bda702efbfc872b0
parentLspInfo: make output more compact (diff)
downloadnvim-lspconfig-a99d4ccc22ec6eab3a31b0482aa5c98434747ecf.tar
nvim-lspconfig-a99d4ccc22ec6eab3a31b0482aa5c98434747ecf.tar.gz
nvim-lspconfig-a99d4ccc22ec6eab3a31b0482aa5c98434747ecf.tar.bz2
nvim-lspconfig-a99d4ccc22ec6eab3a31b0482aa5c98434747ecf.tar.lz
nvim-lspconfig-a99d4ccc22ec6eab3a31b0482aa5c98434747ecf.tar.xz
nvim-lspconfig-a99d4ccc22ec6eab3a31b0482aa5c98434747ecf.tar.zst
nvim-lspconfig-a99d4ccc22ec6eab3a31b0482aa5c98434747ecf.zip
[docgen] Update README.md
skip-checks: true
-rw-r--r--CONFIG.md18
1 files changed, 17 insertions, 1 deletions
diff --git a/CONFIG.md b/CONFIG.md
index 2c6321d2..a0ceee94 100644
--- a/CONFIG.md
+++ b/CONFIG.md
@@ -888,6 +888,12 @@ This server accepts configuration via the `settings` key.
Whether to show CodeLens actions in the editor for quick running \/ debugging scripts with main functions\.
+- **`dart.showSkippedTests`**: `boolean`
+
+ Default: `true`
+
+ null
+
- **`dart.showTestCodeLens`**: `boolean`
Default: `true`
@@ -2097,6 +2103,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: `""`
@@ -2653,6 +2665,10 @@ This server accepts configuration via the `settings` key.
port to use for connection between vscode and debug adapter inside Perl\:\:LanguageServer\. On a multi user system every user must use a differnt port\.
+- **`perl.disableCache`**: `boolean`
+
+ if true\, the LanguageServer will not cache the result of parsing source files on disk\, so it can be used within readonly directories
+
- **`perl.enable`**: `boolean`
Default: `true`
@@ -2693,7 +2709,7 @@ This server accepts configuration via the `settings` key.
Default: `vim.NIL`
- array with paths to add to perl library path
+ array with paths to add to perl library path\. This setting is used by the syntax checker\, the parser and for the debugee\. It is NOT used to find the LanguageServer itself \(use perlArgs \: \[ \"\-I\/incpath\"\] for non default path of LanguageServer\)
- **`perl.showLocalVars`**: `boolean`