diff options
author | yushyin <yushyin@saga> | 2016-02-13 16:27:50 +0100 |
---|---|---|
committer | yushyin <yushyin@saga> | 2016-02-13 16:27:50 +0100 |
commit | f28b932e16c17a21b68a4a96bc9aa2ab8c7d309c (patch) | |
tree | 0b52a24e825c994d18298f1a8ffa7422f59a8fb1 | |
parent | acaff9e10aa5fb2f329d57d589503f30398cfc3e (diff) | |
download | dotfiles-f28b932e16c17a21b68a4a96bc9aa2ab8c7d309c.tar.gz dotfiles-f28b932e16c17a21b68a4a96bc9aa2ab8c7d309c.tar.xz |
Neobundle: Delete depends options for vimfiler
otherwise unite cannot be lazy loaded
-rw-r--r-- | vim/neobundle.toml | 1 |
1 files changed, 0 insertions, 1 deletions
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' |