diff options
-rw-r--r-- | vim/neobundle.toml | 30 |
1 files 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'] |