heavim/plugins/vim-toml.load.vim

5 lines
102 B
VimL

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