-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.gitmodules
More file actions
88 lines (88 loc) · 2.63 KB
/
.gitmodules
File metadata and controls
88 lines (88 loc) · 2.63 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
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
[submodule "pathogen"]
path = pathogen
url = http://github.com/tpope/vim-pathogen.git
ignore = dirty
[submodule "bundle/vim-bundler"]
path = bundle/vim-bundler
url = https://github.com/tpope/vim-bundler.git
ignore = dirty
[submodule "bundle/fugitive"]
path = bundle/fugitive
url = http://github.com/tpope/vim-fugitive.git
ignore = dirty
[submodule "bundle/vim-rails"]
path = bundle/vim-rails
url = git://github.com/tpope/vim-rails.git
ignore = dirty
[submodule "bundle/vim-surround"]
path = bundle/vim-surround
url = git://github.com/tpope/vim-surround.git
ignore = dirty
[submodule "bundle/vim-ragtag"]
path = bundle/vim-ragtag
url = git://github.com/tpope/vim-ragtag.git
ignore = dirty
[submodule "bundle/tagbar"]
path = bundle/tagbar
url = git://github.com/majutsushi/tagbar.git
ignore = dirty
[submodule "bundle/supertab"]
path = bundle/supertab
url = git://github.com/ervandew/supertab.git
ignore = dirty
[submodule "bundle/NERDTree"]
path = bundle/NERDTree
url = git://github.com/scrooloose/nerdtree.git
ignore = dirty
[submodule "bundle/syntastic"]
path = bundle/syntastic
url = https://github.com/scrooloose/syntastic.git
ignore = dirty
[submodule "bundle/taglist"]
path = bundle/taglist
url = git://github.com/vim-scripts/taglist.vim.git
ignore = dirty
[submodule "bundle/buffet"]
path = bundle/buffet
url = git://github.com/vim-scripts/buffet.vim.git
ignore = dirty
[submodule "bundle/omnicppcomplete"]
path = bundle/omnicppcomplete
url = git@github.com:mschinz/omnicppcomplete.git
ignore = dirty
[submodule "bundle/autoclose"]
path = bundle/autoclose
url = https://github.com/Townk/vim-autoclose.git
ignore = dirty
[submodule "bundle/nerdcommenter"]
path = bundle/nerdcommenter
url = https://github.com/scrooloose/nerdcommenter.git
ignore = dirty
[submodule "bundle/ps1-syntax"]
path = bundle/ps1-syntax
url = https://github.com/PProvost/vim-ps1.git
ignore = dirty
[submodule "bundle/vim-cucumber"]
path = bundle/vim-cucumber
url = https://github.com/tpope/vim-cucumber.git
ignore = dirty
[submodule "bundle/vim-ruby"]
path = bundle/vim-ruby
url = git://github.com/vim-ruby/vim-ruby.git
ignore = dirty
[submodule "bundle/vim-colors-solarized"]
path = bundle/vim-colors-solarized
url = git://github.com/altercation/vim-colors-solarized.git
ignore = dirty
[submodule "bundle/vim-unimpaired"]
path = bundle/vim-unimpaired
url = git://github.com/tpope/vim-unimpaired.git
ignore = dirty
[submodule "bundle/vim-sensible"]
path = bundle/vim-sensible
url = git://github.com/tpope/vim-sensible.git
ignore = dirty
[submodule "bundle/vim-rbenv"]
path = bundle/vim-rbenv
url = git://github.com/tpope/vim-rbenv.git
ignore = dirty