forked from DeMarko/dotvim
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
62 lines (62 loc) · 1.91 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
[submodule "bundle/repeat"]
path = bundle/repeat
url = http://github.com/tpope/vim-repeat.git
ignore = untracked
[submodule "bundle/syntastic"]
path = bundle/syntastic
url = http://github.com/scrooloose/syntastic.git
ignore = untracked
[submodule "bundle/nerdtree"]
path = bundle/nerdtree
url = http://github.com/scrooloose/nerdtree.git
ignore = untracked
[submodule "bundle/nerdcommenter"]
path = bundle/nerdcommenter
url = http://github.com/scrooloose/nerdcommenter.git
ignore = untracked
[submodule "bundle/space"]
path = bundle/space
url = http://github.com/scrooloose/vim-space.git
ignore = untracked
[submodule "bundle/snipmate"]
path = bundle/snipmate
url = http://github.com/msanders/snipmate.vim.git
ignore = untracked
[submodule "bundle/fugitive"]
path = bundle/fugitive
url = http://github.com/tpope/vim-fugitive.git
ignore = untracked
[submodule "bundle/rainbow"]
path = bundle/rainbow
url = http://github.com/chrismetcalf/vim-rainbow.git
ignore = untracked
[submodule "bundle/surround"]
path = bundle/surround
url = http://github.com/tpope/vim-surround.git
ignore = untracked
[submodule "bundle/yankring"]
path = bundle/yankring
url = http://github.com/chrismetcalf/vim-yankring.git
ignore = untracked
[submodule "bundle/PIV"]
path = bundle/PIV
url = http://github.com/spf13/PIV.git
ignore = untracked
[submodule "bundle/ack"]
path = bundle/ack
url = http://github.com/mileszs/ack.vim.git
ignore = untracked
[submodule "bundle/unimpaired"]
path = bundle/unimpaired
url = http://github.com/tpope/vim-unimpaired.git
ignore = untracked
[submodule "bundle/gundo"]
path = bundle/gundo
url = https://github.com/sjl/gundo.vim.git
ignore = untracked
[submodule "bundle/markdown"]
path = bundle/markdown
url = https://github.com/tpope/vim-markdown.git
[submodule "bundle/vcscommand"]
path = bundle/vcscommand
url = https://github.com/vim-scripts/vcscommand.vim.git