From 9555052f9476e92b7fcc14d9b12451c85b0393dc Mon Sep 17 00:00:00 2001 From: jdhao Date: Sun, 30 Jan 2022 11:58:50 +0800 Subject: [PATCH] use debug mode --- core/globals.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/globals.vim b/core/globals.vim index 47e6468..0b97344 100644 --- a/core/globals.vim +++ b/core/globals.vim @@ -3,7 +3,7 @@ let g:is_win = (has('win32') || has('win64')) ? v:true : v:false let g:is_linux = (has('unix') && !has('macunix')) ? v:true : v:false let g:is_mac = has('macunix') ? v:true : v:false -let g:logging_level = 'info' +let g:logging_level = 'debug' "}} "{{ Builtin variables