diff options
author | Patrick Simianer <p@simianer.de> | 2014-08-15 20:43:01 +0100 |
---|---|---|
committer | Patrick Simianer <p@simianer.de> | 2014-08-15 20:43:01 +0100 |
commit | c4b93bdaeff28b8df5d95edf2ea9b8c177effafa (patch) | |
tree | 1367436376aeb32713f4536271d31536290c790c /.gitmodules | |
parent | f65c82b17609f3f6c5dc40264b8a2ba55178d4a8 (diff) |
vim plugins as submodules
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..56cb7ee --- /dev/null +++ b/.gitmodules @@ -0,0 +1,54 @@ +[submodule ".vim/bundle/closetag.vim"] + path = .vim/bundle/closetag.vim + 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 + url = https://github.com/bling/vim-airline.git +[submodule ".vim/bundle/vim-endwise"] + path = .vim/bundle/vim-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 |