forked from brian-leung/dotvim
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
39 lines (39 loc) · 1.35 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
29
30
31
32
33
34
35
36
37
38
39
[submodule "bundle/fugitive"]
path = bundle/fugitive
url = http://github.com/tpope/vim-fugitive.git
[submodule "bundle/snipmate"]
path = bundle/snipmate
url = https://github.com/msanders/snipmate.vim.git
[submodule "bundle/surround"]
path = bundle/surround
url = https://github.com/tpope/vim-surround.git
[submodule "bundle/git"]
path = bundle/git
url = https://github.com/tpope/vim-git.git
[submodule "bundle/minibufexpl"]
path = bundle/minibufexpl
url = https://github.com/sontek/minibufexpl.vim.git
[submodule "bundle/matchit"]
path = bundle/matchit
url = https://github.com/vim-scripts/matchit.zip.git
[submodule "bundle/python_match"]
path = bundle/python_match
url = https://github.com/vim-scripts/python_match.vim.git
[submodule "bundle/ctrlp.vim"]
path = bundle/ctrlp.vim
url = https://github.com/kien/ctrlp.vim.git
[submodule "bundle/vim-repeat"]
path = bundle/vim-repeat
url = https://github.com/tpope/vim-repeat.git
[submodule "bundle/vim-flake8"]
path = bundle/vim-flake8
url = https://github.com/nvie/vim-flake8.git
[submodule "bundle/syntastic"]
path = bundle/syntastic
url = https://github.com/scrooloose/syntastic.git
[submodule "bundle/vim-jinja"]
path = bundle/vim-jinja
url = git://github.com/mitsuhiko/vim-jinja.git
[submodule "bundle/vim-web-indent"]
path = bundle/vim-web-indent
url = https://github.com/lukaszb/vim-web-indent.git