plugins - Re-added vim-toml

This commit is contained in:
Emmanuel BENOîT 2023-06-24 16:01:28 +02:00
parent fdff209eff
commit 71813ad886
No known key found for this signature in database
GPG key ID: 2356DC6956CF54EF
2 changed files with 5 additions and 1 deletions

View file

@ -1 +0,0 @@
NeoBundle 'cespare/vim-toml'

View file

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