6 lines
99 B
VimL
6 lines
99 B
VimL
|
call dein#add('elzr/vim-json', #{
|
||
|
\ lazy: 1,
|
||
|
\ merge_ftdetect: v:true,
|
||
|
\ on_ft: ['json'],
|
||
|
\ })
|