File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ CONTENTS *vim-lsp-contents*
36
36
g:lsp_fold_enabled | g:lsp_fold_enabled |
37
37
g:lsp_hover_conceal | g:lsp_hover_conceal |
38
38
g:lsp_ignorecase | g:lsp_ignorecase |
39
+ g:lsp_log_file | g:lsp_log_file |
39
40
Functions | vim-lsp-functions |
40
41
enable | vim-lsp-enable |
41
42
disable | vim-lsp-disable |
@@ -527,6 +528,18 @@ g:lsp_ignorecase *g:lsp_ignorecase*
527
528
items. See | vim-lsp-completion-filter | . By default, the value of
528
529
| 'ignorecase' | is used.
529
530
531
+ g:lsp_log_file *g:lsp_log_file*
532
+ Type: | String |
533
+ Default: `' ' `
534
+
535
+ Determines whether or not logging should be written to a file.
536
+ To disable log use empty string.
537
+
538
+ Example:
539
+ >
540
+ let g:lsp_log_file = ''
541
+ let g:lsp_log_file = expand('~/vim-lsp.log')
542
+
530
543
===============================================================================
531
544
FUNCTIONS *vim-lsp-functions*
532
545
You can’t perform that action at this time.
0 commit comments