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:
parent
e5d640daec
commit
455ae8a8b9
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user