diff options
| author | Anton Bobov <abobov@gmail.com> | 2016-08-10 00:00:15 +0500 |
|---|---|---|
| committer | Anton Bobov <abobov@gmail.com> | 2016-08-10 00:06:55 +0500 |
| commit | a3a4c9eafbecab8b223e259d331622a132f56e8f (patch) | |
| tree | 293c05f6565dfcbfc5432dd1093f4acab19d5651 /.gitmodules | |
| parent | c1b50fe8be7d6f576769497dbd9648e49b8a581f (diff) | |
[vim] Change plugin handler from pathogen to vundle.
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 106 |
1 files changed, 3 insertions, 103 deletions
diff --git a/.gitmodules b/.gitmodules index 4e09bd2..b149a92 100644 --- a/.gitmodules +++ b/.gitmodules @@ -8,106 +8,6 @@ [submodule "mutt-colors-solarized"] path = files/.mutt/mutt-colors-solarized url = https://github.com/altercation/mutt-colors-solarized -# Vim bundles -[submodule "vim-pathogen"] - path = files/.vim/bundle/vim-pathogen - url = https://github.com/tpope/vim-pathogen -[submodule "surround"] - path = files/.vim/bundle/surround - url = https://github.com/tpope/vim-surround.git -[submodule "repeat"] - path = files/.vim/bundle/repeat - url = https://github.com/tpope/vim-repeat.git -[submodule "nerdcommenter"] - path = files/.vim/bundle/nerdcommenter - url = https://github.com/scrooloose/nerdcommenter.git -[submodule "nerdtree"] - path = files/.vim/bundle/nerdtree - url = https://github.com/scrooloose/nerdtree -[submodule "vim-template"] - path = files/.vim/bundle/vim-template - url = https://github.com/aperezdc/vim-template -[submodule "vim-markdown"] - path = files/.vim/bundle/vim-markdown - url = https://github.com/plasticboy/vim-markdown.git - ignore = untracked -[submodule "vim-jade"] - path = files/.vim/bundle/vim-jade - url = https://github.com/digitaltoad/vim-jade.git -[submodule "xml.vim"] - path = files/.vim/bundle/xml.vim - url = https://github.com/othree/xml.vim - ignore = untracked -[submodule "nginx-vim-syntax"] - path = files/.vim/bundle/nginx-vim-syntax - url = https://github.com/evanmiller/nginx-vim-syntax.git -[submodule "snipmate.vim"] - path = files/.vim/bundle/snipmate.vim - url = https://github.com/msanders/snipmate.vim - ignore = untracked -[submodule "git-vim"] - path = files/.vim/bundle/git-vim - url = https://github.com/motemen/git-vim -[submodule "taglist.vim"] - path = files/.vim/bundle/taglist.vim - url = https://github.com/vim-scripts/taglist.vim - ignore = untracked -[submodule "vim-ledger"] - path = files/.vim/bundle/vim-ledger - url = https://github.com/ledger/vim-ledger -[submodule "tabular"] - path = files/.vim/bundle/tabular - url = https://github.com/godlygeek/tabular -;[submodule "syntastic"] - ;path = files/.vim/bundle/syntastic - ;url = https://github.com/scrooloose/syntastic.git -[submodule "FuzzyFinder"] - path = files/.vim/bundle/FuzzyFinder - url = https://github.com/vim-scripts/FuzzyFinder.git - ignore = untracked -[submodule "L9"] - path = files/.vim/bundle/L9 - url = https://github.com/vim-scripts/L9.git - ignore = untracked -[submodule "files/.vim/bundle/syntastic"] - path = files/.vim/bundle/syntastic - url = https://github.com/scrooloose/syntastic.git -[submodule "files/.vim/bundle/vim-fugitive"] - path = files/.vim/bundle/vim-fugitive - url = https://github.com/tpope/vim-fugitive.git -[submodule "files/.vim/bundle/vim-colors-solarized"] - path = files/.vim/bundle/vim-colors-solarized - url = git://github.com/altercation/vim-colors-solarized.git -[submodule "files/.vim/bundle/ag"] - path = files/.vim/bundle/ag - url = https://github.com/rking/ag.vim -[submodule "files/.vim/bundle/vim-bracketed-paste"] - path = files/.vim/bundle/vim-bracketed-paste - url = https://github.com/ConradIrwin/vim-bracketed-paste -[submodule "vim/ctrlp"] - path = files/.vim/bundle/ctrlp.vim - url = https://github.com/ctrlpvim/ctrlp.vim -[submodule "vim/emmet"] - path = files/.vim/bundle/emmet-vim - url = https://github.com/mattn/emmet-vim.git -[submodule "vim/vim-css-color"] - path = files/.vim/bundle/vim-css-color - url = https://github.com/ap/vim-css-color -[submodule "vim/vim-multiple-cursors"] - path = files/.vim/bundle/vim-multiple-cursors - url = https://github.com/terryma/vim-multiple-cursors -[submodule "vim/yats.vim"] - path = files/.vim/bundle/yats.vim - url = https://github.com/HerringtonDarkholme/yats.vim -[submodule "vim/vim-addon-local-vimrc"] - path = files/.vim/bundle/vim-addon-local-vimrc - url = https://github.com/MarcWeber/vim-addon-local-vimrc -[submodule "vim/delimitmate"] - path = files/.vim/bundle/delimitmate - url = https://github.com/raimondi/delimitmate -[submodule "vim/vim-orgmode"] - path = files/.vim/bundle/vim-orgmode - url = https://github.com/jceb/vim-orgmode -[submodule "vim/vim-speeddating"] - path = files/.vim/bundle/vim-speeddating - url = https://github.com/tpope/vim-speeddating +[submodule "vim/Vundle.vim"] + path = files/.vim/bundle/Vundle.vim + url = https://github.com/VundleVim/Vundle.vim |
