diff options
| author | Anton Bobov <abobov@gmail.com> | 2013-10-10 22:55:51 +0600 |
|---|---|---|
| committer | Anton Bobov <abobov@gmail.com> | 2013-10-10 22:55:51 +0600 |
| commit | 9356a267f4ff70ed2c41996a248f1ca90552bd89 (patch) | |
| tree | 81692c3e25b01cc877b6827bfb76caf79043806e /.gitmodules | |
| parent | 758071194a0adf8a6ec2e83130f8677d7ca7b70c (diff) | |
| parent | a909de07c5f982968cb8cd0f2101ac052f4a0034 (diff) | |
Merge branch 'master' of github.com:abobov/dotfiles
Conflicts:
.gitmodules
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 49 |
1 files changed, 28 insertions, 21 deletions
diff --git a/.gitmodules b/.gitmodules index fdc6093..4caa8d3 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,30 +1,37 @@ +[submodule "files/bin"] + path = files/bin + url = https://github.com/abobov/bin.git +[submodule "zsh-completions"] + path = files/.zsh/zsh-completions + url = https://github.com/zsh-users/zsh-completions.git +# 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 = git://github.com/tpope/vim-surround.git + url = https://github.com/tpope/vim-surround.git [submodule "repeat"] path = files/.vim/bundle/repeat - url = git://github.com/tpope/vim-repeat.git -[submodule "files/bin"] - path = files/bin - url = git://github.com/abobov/bin.git -[submodule "files/.vim/bundle/nginx-vim-syntax"] - path = files/.vim/bundle/nginx-vim-syntax - url = git://github.com/evanmiller/nginx-vim-syntax.git -[submodule "files/.vim/bundle/nerdcommenter"] + url = https://github.com/tpope/vim-repeat.git +[submodule "nerdcommenter"] path = files/.vim/bundle/nerdcommenter - url = http://github.com/scrooloose/nerdcommenter.git -[submodule "files/.vim/bundle/vim-markdown"] + url = https://github.com/scrooloose/nerdcommenter.git +[submodule "nerdtree"] + path = files/.vim/bundle/nerdtree + url = https://github.com/scrooloose/nerdtree +[submodule "vim-markdown"] path = files/.vim/bundle/vim-markdown url = https://github.com/plasticboy/vim-markdown.git -[submodule "files/.zsh/zsh-completions"] - path = files/.zsh/zsh-completions - url = https://github.com/zsh-users/zsh-completions.git -[submodule "files/.vim/bundle/vim-jade"] +[submodule "vim-jade"] path = files/.vim/bundle/vim-jade url = git://github.com/digitaltoad/vim-jade.git -[submodule "files/.vim/bundle/vim-pathogen"] - path = files/.vim/bundle/vim-pathogen - url = https://github.com/tpope/vim-pathogen -[submodule "files/.vim/bundle/nerdtree"] - path = files/.vim/bundle/nerdtree - url = https://github.com/scrooloose/nerdtree +[submodule "xml.vim"] + path = files/.vim/bundle/xml.vim + url = https://github.com/othree/xml.vim +[submodule "vim-yaml"] + path = files/.vim/bundle/vim-yaml + url = https://github.com/avakhov/vim-yaml +[submodule "nginx-vim-syntax"] + path = files/.vim/bundle/nginx-vim-syntax + url = https://github.com/evanmiller/nginx-vim-syntax.git |
