forked from wnodom/wnodom-vim-environment
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
45 lines (44 loc) · 1.31 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
[submodule "bundle/fugitive"]
path = bundle/fugitive
url = http://github.com/tpope/vim-fugitive.git
ignore = dirty
[submodule "bundle/NERD_tree"]
path = bundle/NERD_tree
url = http://github.com/scrooloose/nerdtree.git
ignore = dirty
[submodule "bundle/NERD_commenter"]
path = bundle/NERD_commenter
url = https://github.com/scrooloose/nerdcommenter.git
ignore = dirty
[submodule "bundle/ack"]
path = bundle/ack
url = https://github.com/mileszs/ack.vim.git
ignore = dirty
[submodule "bundle/bufexplorer"]
path = bundle/bufexplorer
url = https://github.com/vim-scripts/bufexplorer.zip.git
ignore = dirty
[submodule "bundle/command-t"]
path = bundle/command-t
url = git://git.wincent.com/command-t.git
ignore = dirty
[submodule "bundle/taglist"]
path = bundle/taglist
url = https://github.com/vim-scripts/taglist.vim.git
ignore = dirty
[submodule "bundle/matchit"]
path = bundle/matchit
url = https://github.com/vim-scripts/matchit.zip.git
ignore = dirty
[submodule "bundle/tabular"]
path = bundle/tabular
url = https://github.com/godlygeek/tabular.git
ignore = dirty
[submodule "bundle/unimpaired"]
path = bundle/unimpaired
url = https://github.com/tpope/vim-unimpaired.git
ignore = dirty
[submodule "bundle/accentuate"]
path = bundle/accentuate
url = https://github.com/wnodom/vim-accentuate.git
ignore = dirty