From d6ea695351095ab783bb1be446e9e5d8aea7c4ff Mon Sep 17 00:00:00 2001 From: yushyin Date: Sat, 13 Feb 2016 14:37:45 +0100 Subject: Vim: No lazy loading vimfiler, fugitive, syntastic --- vim/neobundle.toml | 30 +++--------------------------- 1 file changed, 3 insertions(+), 27 deletions(-) diff --git a/vim/neobundle.toml b/vim/neobundle.toml index e06f50b..e2a54d4 100644 --- a/vim/neobundle.toml +++ b/vim/neobundle.toml @@ -29,13 +29,8 @@ lazy = 1 [[plugins]] repository = 'Shougo/vimfiler.vim' -lazy = 1 +lazy = 0 depends = 'Shougo/unite.vim' - [plugins.autoload] - explorer = 1 - [plugins.commands] - name = 'VimFiler' - complete = 'customlist,vimfiler#complete' [[plugins]] repository = 'SirVer/ultisnips' @@ -69,26 +64,7 @@ lazy = 1 [[plugins]] repository = 'tpope/vim-fugitive' -lazy = 1 -augroup = 'fugitive' - [plugins.autoload] - commands = - ['Gstatus' - ,'Gdiff' - ,'Gwrite' - ,'Gread' - ,'Gsplit' - ,'Gvsplit' - ,'Gtabedit' - ,'Gcommit' - ,'Gblame' - ,'Gmove' - ,'Gremove' - ,'Ggrep' - ,'Glog' - ,'Gbrowse' - ,'Git' - ,'Git!'] +lazy = 0 [[plugins]] repository = 'godlygeek/tabular' @@ -109,7 +85,7 @@ augroup = 'TagbarSession' [[plugins]] repository = 'scrooloose/syntastic' -lazy = 1 +lazy = 0 augroup = 'syntastic' [plugins.autoload] commands = ['SyntasticCheck', 'SyntasticInfo', 'SyntasticToogleMode'] -- cgit v1.2.3-24-g4f1b