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:
parent
b84d57ccec
commit
9555052f94
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user