From f28b932e16c17a21b68a4a96bc9aa2ab8c7d309c Mon Sep 17 00:00:00 2001 From: yushyin Date: Sat, 13 Feb 2016 16:27:50 +0100 Subject: Neobundle: Delete depends options for vimfiler otherwise unite cannot be lazy loaded --- vim/neobundle.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/vim/neobundle.toml b/vim/neobundle.toml index fe9a3f9..7bb13a2 100644 --- a/vim/neobundle.toml +++ b/vim/neobundle.toml @@ -29,7 +29,6 @@ lazy = 1 [[plugins]] repository = 'Shougo/vimfiler.vim' lazy = 0 -depends = 'Shougo/unite.vim' [[plugins]] repository = 'SirVer/ultisnips' -- cgit v1.2.3-24-g4f1b