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

use debug mode

This commit is contained in:
jdhao 2022-01-30 11:58:50 +08:00
parent b84d57ccec
commit 9555052f94

View File

@ -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