1
0
mirror of https://github.com/jdhao/nvim-config.git synced 2025-06-08 14:14:33 +02:00

change default logging level

This commit is contained in:
jdhao 2021-10-23 01:29:58 +08:00
parent e5d640daec
commit 455ae8a8b9

View File

@ -4,7 +4,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 = 'debug'
let g:logging_level = 'info'
"}}
"{{ Builtin variables