diff options
author | yushyin <yushyin@saga> | 2016-02-13 14:37:45 +0100 |
---|---|---|
committer | yushyin <yushyin@saga> | 2016-02-13 14:37:45 +0100 |
commit | d6ea695351095ab783bb1be446e9e5d8aea7c4ff (patch) | |
tree | 44eb2e65f65423568113f7cadae545ee88b98ade | |
parent | b8f0e4519c291c81b8f4d48827045f772ae10a55 (diff) | |
download | dotfiles-d6ea695351095ab783bb1be446e9e5d8aea7c4ff.tar.gz dotfiles-d6ea695351095ab783bb1be446e9e5d8aea7c4ff.tar.xz |
Vim: No lazy loading vimfiler, fugitive, syntastic
-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'] |