summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoryushyin <yushyin@saga>2016-01-22 01:52:49 +0100
committeryushyin <yushyin@saga>2016-01-22 01:52:49 +0100
commit56d22bed1b7ef27a06e5aef3cf3fcf870cd7f989 (patch)
treeea07542d76cf8a4feb03fbeff935b6177dd67a5a
parent16dcd0d806b222875f2f7cff090d3d2d70fabf25 (diff)
downloaddotfiles-56d22bed1b7ef27a06e5aef3cf3fcf870cd7f989.tar.gz
dotfiles-56d22bed1b7ef27a06e5aef3cf3fcf870cd7f989.tar.xz
Neobundle: Add dep for vimfiler, delete defaults
-rw-r--r--vim/neobundle.toml4
1 files changed, 1 insertions, 3 deletions
diff --git a/vim/neobundle.toml b/vim/neobundle.toml
index 0068f45..e06f50b 100644
--- a/vim/neobundle.toml
+++ b/vim/neobundle.toml
@@ -23,8 +23,6 @@ lazy = 1
[[plugins]]
repository = 'Shougo/vimshell.vim'
lazy = 1
- [plugins.autoload]
- mappings = '<Plug>'
[plugins.commands]
name = 'VimShell'
complete = 'customlist,vimshell#complete'
@@ -32,8 +30,8 @@ lazy = 1
[[plugins]]
repository = 'Shougo/vimfiler.vim'
lazy = 1
+depends = 'Shougo/unite.vim'
[plugins.autoload]
- mappings = '<Plug>'
explorer = 1
[plugins.commands]
name = 'VimFiler'