-
Notifications
You must be signed in to change notification settings - Fork 147
/
.gitmodules
28 lines (27 loc) · 1.03 KB
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
[submodule "vim/bundle/vim-pathogen"]
path = vim/bundle/vim-pathogen
url = git://github.com/tpope/vim-pathogen.git
[submodule "vim/bundle/vim-colors-solarized"]
path = vim/bundle/vim-colors-solarized
url = git://github.com/altercation/vim-colors-solarized.git
[submodule "vim/bundle/vim-markdown"]
path = vim/bundle/vim-markdown
url = git://github.com/tpope/vim-markdown.git
[submodule "vim/bundle/mustache"]
path = vim/bundle/mustache
url = git://github.com/mustache/vim-mustache-handlebars.git
[submodule "vim/bundle/html5"]
path = vim/bundle/html5
url = git://github.com/othree/html5.vim.git
[submodule "vim/bundle/vim-git"]
path = vim/bundle/vim-git
url = git://github.com/tpope/vim-git.git
[submodule "vim/bundle/syntastic"]
path = vim/bundle/syntastic
url = git://github.com/scrooloose/syntastic.git
[submodule "vim/bundle/ctrlp.vim"]
path = vim/bundle/ctrlp.vim
url = git://github.com/kien/ctrlp.vim.git
[submodule "vim/bundle/vim-javascript"]
path = vim/bundle/vim-javascript
url = git://github.com/pangloss/vim-javascript.git