From 9eef1c202e6a3a93fb644655ba28d9e0c81bdc7c Mon Sep 17 00:00:00 2001 From: Patrick Simianer Date: Sat, 30 Aug 2014 18:24:53 +0100 Subject: a more minimal approach to vim --- .gitmodules | 51 +++++++++------------------------------------------ 1 file changed, 9 insertions(+), 42 deletions(-) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index 56cb7ee..213c767 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,54 +1,21 @@ [submodule ".vim/bundle/closetag.vim"] - path = .vim/bundle/closetag.vim + path = .vim/bundle/closetag url = https://github.com/docunext/closetag.vim.git [submodule ".vim/bundle/nerdcommenter"] path = .vim/bundle/nerdcommenter url = https://github.com/scrooloose/nerdcommenter.git -[submodule ".vim/bundle/nerdtree"] - path = .vim/bundle/nerdtree - url = https://github.com/scrooloose/nerdtree.git -[submodule ".vim/bundle/syntastic"] - path = .vim/bundle/syntastic - url = https://github.com/scrooloose/syntastic.git -[submodule ".vim/bundle/tagbar"] - path = .vim/bundle/tagbar - url = https://github.com/majutsushi/tagbar.git -[submodule ".vim/bundle/ultisnips"] - path = .vim/bundle/ultisnips - url = https://github.com/SirVer/ultisnips.git [submodule ".vim/bundle/vim-airline"] - path = .vim/bundle/vim-airline + path = .vim/bundle/airline url = https://github.com/bling/vim-airline.git [submodule ".vim/bundle/vim-endwise"] - path = .vim/bundle/vim-endwise + path = .vim/bundle/endwise url = https://github.com/tpope/vim-endwise.git -[submodule ".vim/bundle/vim-fugitive"] - path = .vim/bundle/vim-fugitive - url = https://github.com/tpope/vim-fugitive.git -[submodule ".vim/bundle/vim-ruby"] - path = .vim/bundle/vim-ruby - url = https://github.com/vim-ruby/vim-ruby.git -[submodule ".vim/bundle/vim-surround"] - path = .vim/bundle/vim-surround - url = https://github.com/tpope/vim-surround.git [submodule ".vim/bundle/vimwiki"] path = .vim/bundle/vimwiki url = https://github.com/vimwiki/vimwiki.git -[submodule ".vim/bundle/vundle"] - path = .vim/bundle/vundle - url = https://github.com/gmarik/vundle.git -[submodule ".vim/bundle/YouCompleteMe"] - path = .vim/bundle/YouCompleteMe - url = https://github.com/Valloric/YouCompleteMe.git -[submodule ".vim/bundle/jedi"] - path = .vim/bundle/jedi - url = https://github.com/davidhalter/jedi.git -[submodule ".vim/bundle/requests"] - path = .vim/bundle/requests - url = https://github.com/kennethreitz/requests -[submodule ".vim/bundle/requests-futures"] - path = .vim/bundle/requests-futures - url = https://github.com/ross/requests-futures -[submodule ".vim/bundle/ycmd"] - path = .vim/bundle/ycmd - url = https://github.com/Valloric/ycmd +[submodule ".vim/bundle/pathogen"] + path = .vim/bundle/pathogen + url = https://github.com/tpope/vim-pathogen.git +[submodule ".vim/bundle/supertab"] + path = .vim/bundle/supertab + url = https://github.com/ervandew/supertab.git -- cgit v1.2.3