fix(vim): Disable Blamer output by default
This commit is contained in:
parent
db20d27f1c
commit
6f752cc323
|
@ -1,3 +1,3 @@
|
|||
let g:blamer_delay = 500
|
||||
let g:blamer_enabled = 1
|
||||
let g:blamer_enabled = 0
|
||||
let g:blamer_relative_time = 1
|
||||
|
|
Loading…
Reference in a new issue