plugins - Re-added vim-toml
This commit is contained in:
parent
fdff209eff
commit
71813ad886
2 changed files with 5 additions and 1 deletions
|
@ -1 +0,0 @@
|
|||
NeoBundle 'cespare/vim-toml'
|
5
plugins/vim-toml.load.vim
Normal file
5
plugins/vim-toml.load.vim
Normal file
|
@ -0,0 +1,5 @@
|
|||
call dein#add('cespare/vim-toml', #{
|
||||
\ lazy: 1,
|
||||
\ merge_ftdetect: v:true,
|
||||
\ on_ft: ['toml'],
|
||||
\ })
|
Loading…
Reference in a new issue