forked from necolas/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
34 lines (33 loc) · 1.23 KB
/
.gitmodules
File metadata and controls
34 lines (33 loc) · 1.23 KB
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
29
30
31
32
33
34
[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-less"]
path = vim/bundle/vim-less
url = git://github.com/groenewege/vim-less.git
[submodule "vim/bundle/vim-markdown"]
path = vim/bundle/vim-markdown
url = git://github.com/tpope/vim-markdown.git
[submodule "vim/bundle/vim-haml"]
path = vim/bundle/vim-haml
url = git://github.com/tpope/vim-haml.git
[submodule "vim/bundle/mustache"]
path = vim/bundle/mustache
url = git://github.com/juvenn/mustache.vim.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 = https://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 = https://github.com/pangloss/vim-javascript.git