aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGithub Actions <actions@github>2021-01-24 17:32:37 +0000
committerGithub Actions <actions@github>2021-01-24 17:32:37 +0000
commit9f91a07b38b6f66a56ca15161ffec83a5468b95a (patch)
treee3bf8541031a054ea7b18a7fe4e7e04e3564f67f
parentMerge pull request #690 from teto/compact-lsp-info (diff)
downloadnvim-lspconfig-9f91a07b38b6f66a56ca15161ffec83a5468b95a.tar
nvim-lspconfig-9f91a07b38b6f66a56ca15161ffec83a5468b95a.tar.gz
nvim-lspconfig-9f91a07b38b6f66a56ca15161ffec83a5468b95a.tar.bz2
nvim-lspconfig-9f91a07b38b6f66a56ca15161ffec83a5468b95a.tar.lz
nvim-lspconfig-9f91a07b38b6f66a56ca15161ffec83a5468b95a.tar.xz
nvim-lspconfig-9f91a07b38b6f66a56ca15161ffec83a5468b95a.tar.zst
nvim-lspconfig-9f91a07b38b6f66a56ca15161ffec83a5468b95a.zip
[docgen] Update CONFIG.md
skip-checks: true
-rw-r--r--CONFIG.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/CONFIG.md b/CONFIG.md
index aa7b5dbc..525cf57f 100644
--- a/CONFIG.md
+++ b/CONFIG.md
@@ -2686,6 +2686,12 @@ This server accepts configuration via the `settings` key.
directories to ignore\, defaults to \.vscode\, \.git\, \.svn
+- **`perl.logFile`**: `string`
+
+ Default: `vim.NIL`
+
+ If set\, log output is written to the given logfile\, insetad of displaying it in the vscode output pane\. Log output is always appended so you are responsible for rotating the file\.
+
- **`perl.logLevel`**: `integer`
Default: `0`
@@ -2708,7 +2714,7 @@ This server accepts configuration via the `settings` key.
Default: `vim.NIL`
- 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\)
+ array with paths to add to perl library path\. This setting is used by the syntax checker and for the debugee and also for the LanguageServer itself\.
- **`perl.showLocalVars`**: `boolean`