diff options
| author | Github Actions <actions@github> | 2021-01-24 17:32:37 +0000 |
|---|---|---|
| committer | Github Actions <actions@github> | 2021-01-24 17:32:37 +0000 |
| commit | 9f91a07b38b6f66a56ca15161ffec83a5468b95a (patch) | |
| tree | e3bf8541031a054ea7b18a7fe4e7e04e3564f67f | |
| parent | Merge pull request #690 from teto/compact-lsp-info (diff) | |
| download | nvim-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.md | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -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` |
