diff options
-rw-r--r-- | vim/neobundle.toml | 4 |
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' |