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*
3636 g:lsp_fold_enabled | g:lsp_fold_enabled |
3737 g:lsp_hover_conceal | g:lsp_hover_conceal |
3838 g:lsp_ignorecase | g:lsp_ignorecase |
39+ g:lsp_log_file | g:lsp_log_file |
3940 Functions | vim-lsp-functions |
4041 enable | vim-lsp-enable |
4142 disable | vim-lsp-disable |
@@ -527,6 +528,18 @@ g:lsp_ignorecase *g:lsp_ignorecase*
527528 items. See | vim-lsp-completion-filter | . By default, the value of
528529 | 'ignorecase' | is used.
529530
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+
530543===============================================================================
531544FUNCTIONS *vim-lsp-functions*
532545
You can’t perform that action at this time.
0 commit comments