diff options
| author | Anton Bobov <abobov@gmail.com> | 2013-10-03 09:48:51 +0600 |
|---|---|---|
| committer | Anton Bobov <abobov@gmail.com> | 2013-10-03 09:53:41 +0600 |
| commit | a909de07c5f982968cb8cd0f2101ac052f4a0034 (patch) | |
| tree | 99111641ac662d8b437d885befe50ff1a3f3dbf9 /.gitmodules | |
| parent | ede4983c110a5947fa034857a5e37bdbb03ab49a (diff) | |
Vim plugins cleaning up.
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 31 |
1 files changed, 19 insertions, 12 deletions
diff --git a/.gitmodules b/.gitmodules index 4373d02..85990db 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,18 +1,25 @@ +[submodule "files/bin"] + path = files/bin + url = https://github.com/abobov/bin.git +# Vim bundles [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"] + url = https://github.com/tpope/vim-repeat.git +[submodule "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/evanmiller/nginx-vim-syntax.git +[submodule "nerdcommenter"] path = files/.vim/bundle/nerdcommenter - url = http://github.com/scrooloose/nerdcommenter.git -[submodule "files/.vim/bundle/vim-markdown"] - path = files/.vim/bundle/vim-markdown - url = https://github.com/plasticboy/vim-markdown.git + url = https://github.com/scrooloose/nerdcommenter.git +[submodule "vim-markdown"] + path = files/.vim/bundle/vim-markdown + url = https://github.com/plasticboy/vim-markdown.git +[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 |
