[[plugins]] repo = 'Shougo/dein.vim' [[plugins]] repo = 'w0ng/vim-hybrid' hook_add = ''' set background=dark ''' [[plugins]] repo = 'sjl/badwolf' [[plugins]] repo = 'tomasr/molokai' [[plugins]] repo = 'nanotech/jellybeans.vim' [[plugins]] repo = 'michalbachowski/vim-wombat256mod' [[plugins]] repo = 'vim-airline/vim-airline' depends = ['vim-airline-themes'] hook_add = ''' source ~/.vim/rc/plugins/airline.rc.vim ''' [[plugins]] repo = 'vim-airline/vim-airline-themes' [[plugins]] repo = 'tpope/vim-surround' [[plugins]] repo = 'tyru/caw.vim' hook_add = ''' " Add comment to beginning line(consider whitespace) nmap c (caw:hatpos:toggle) vmap c (caw:hatpos:toggle) " Add comment to beginning line(ignore whitespace) nmap , (caw:zeropos:toggle) vmap , (caw:zeropos:toggle) ''' [[plugins]] repo = 'scrooloose/nerdtree' hook_add = ''' nnoremap f :NERDTreeToggle let NERDTreeIgnore=['\.pyc$'] ''' [[plugins]] repo = 'majutsushi/tagbar' hook_add = ''' nmap t :TagbarToggle ''' [[plugins]] repo = 'tpope/vim-fugitive' hook_add = ''' nnoremap [figitive] nnoremap g [figitive] nnoremap [figitive]s :Gstatus nnoremap [figitive]d :Gdiff nnoremap [figitive]b :Gblame ''' [[plugins]] repo = 'Xuyuanp/nerdtree-git-plugin' depends = ['vim-fugitive'] [[plugins]] repo = 'airblade/vim-gitgutter' [[plugins]] repo = 'tyru/open-browser.vim' hook_add = ''' source ~/.vim/rc/plugins/openbrowser.rc.vim ''' [[plugins]] repo = 'mattn/benchvimrc-vim' [[plugins]] repo = 'bronson/vim-trailing-whitespace' hook_add = ''' nnoremap w :FixWhitespace ''' [[plugins]] repo = 'lambdalisue/vim-gista' hook_add = ''' let g:gista#client#default_username = 'lighttiger2505' ''' [[plugins]] repo = 'Yggdroot/indentLine' hook_add = ''' let g:indentLine_loaded = 1 ''' [[plugins]] repo = 'osyo-manga/vim-precious' depends = ['context_filetype.vim'] [[plugins]] repo = 'Shougo/context_filetype.vim' [[plugins]] repo = 'junegunn/vim-easy-align' on_cmd = 'EasyAlign' hook_add = ''' vmap (EasyAlign) ''' [[plugins]] repo = 'kana/vim-tabpagecd' [[plugins]] repo = 'vim-jp/vimdoc-ja'