diff --git a/bundles-init/vim-toml.load.vim b/bundles-init/vim-toml.load.vim deleted file mode 100644 index ef05c67..0000000 --- a/bundles-init/vim-toml.load.vim +++ /dev/null @@ -1 +0,0 @@ -NeoBundle 'cespare/vim-toml' diff --git a/plugins/vim-toml.load.vim b/plugins/vim-toml.load.vim new file mode 100644 index 0000000..d25ae07 --- /dev/null +++ b/plugins/vim-toml.load.vim @@ -0,0 +1,5 @@ +call dein#add('cespare/vim-toml', #{ + \ lazy: 1, + \ merge_ftdetect: v:true, + \ on_ft: ['toml'], + \ })