heavim/plugins/vim-toml.load.vim

6 lines
102 B
VimL
Raw Normal View History

2023-06-24 16:01:28 +02:00
call dein#add('cespare/vim-toml', #{
\ lazy: 1,
\ merge_ftdetect: v:true,
\ on_ft: ['toml'],
\ })