heavim/plugins/vim-json.load.vim

5 lines
99 B
VimL

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