-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path.gitmodules
117 lines (117 loc) · 4.12 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
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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
[submodule "bundle/vim-rails"]
path = bundle/vim-rails
url = git://github.com/tpope/vim-rails.git
[submodule "bundle/vim-ragtag"]
path = bundle/vim-ragtag
url = git://github.com/tpope/vim-ragtag.git
[submodule "bundle/vim-markdown"]
path = bundle/vim-markdown
url = git://github.com/tpope/vim-markdown.git
[submodule "bundle/vim-git"]
path = bundle/vim-git
url = git://github.com/tpope/vim-git.git
[submodule "bundle/vim-cucumber"]
path = bundle/vim-cucumber
url = git://github.com/tpope/vim-cucumber.git
[submodule "bundle/vim-vividchalk"]
path = bundle/vim-vividchalk
url = git://github.com/tpope/vim-vividchalk.git
[submodule "bundle/vim-fugitive"]
path = bundle/vim-fugitive
url = git://github.com/tpope/vim-fugitive.git
[submodule "bundle/vim-haml"]
path = bundle/vim-haml
url = git://github.com/tpope/vim-haml.git
[submodule "bundle/vim-endwise"]
path = bundle/vim-endwise
url = git://github.com/tpope/vim-endwise.git
[submodule "bundle/vim-surround"]
path = bundle/vim-surround
url = git://github.com/tpope/vim-surround.git
[submodule "bundle/vim-unimpared"]
path = bundle/vim-unimpared
url = git://github.com/tpope/vim-unimpaired.git
[submodule "bundle/vim-abolish"]
path = bundle/vim-abolish
url = git://github.com/tpope/vim-abolish.git
[submodule "bundle/vim-repeat"]
path = bundle/vim-repeat
url = git://github.com/tpope/vim-repeat.git
[submodule "bundle/nerdtree"]
path = bundle/nerdtree
url = git://github.com/scrooloose/nerdtree.git
[submodule "bundle/syntastic"]
path = bundle/syntastic
url = git://github.com/scrooloose/syntastic.git
[submodule "bundle/nerdcommenter"]
path = bundle/nerdcommenter
url = git://github.com/scrooloose/nerdcommenter.git
[submodule "bundle/gist-vim"]
path = bundle/gist-vim
url = http://github.com/mattn/gist-vim.git
[submodule "bundle/rvm.vim"]
path = bundle/rvm.vim
url = http://github.com/csexton/rvm.vim.git
[submodule "bundle/snipmate.vim"]
path = bundle/snipmate.vim
url = http://github.com/msanders/snipmate.vim.git
[submodule "bundle/vim-javascript"]
path = bundle/vim-javascript
url = http://github.com/pangloss/vim-javascript.git
[submodule "bundle/vim-json"]
path = bundle/vim-json
url = http://github.com/leshill/vim-json.git
[submodule "bundle/vim-ruby"]
path = bundle/vim-ruby
url = http://github.com/vim-ruby/vim-ruby.git
[submodule "snippets"]
path = snippets
url = http://github.com/scrooloose/snipmate-snippets.git
[submodule "bundle/command-t"]
path = bundle/command-t
url = http://github.com/wincent/Command-T.git
[submodule "bundle/vim-ruby-refactoring"]
path = bundle/vim-ruby-refactoring
url = http://github.com/ecomba/vim-ruby-refactoring.git
[submodule "bundle/vim-rooter"]
path = bundle/vim-rooter
url = git://github.com/airblade/vim-rooter.git
[submodule "bundle/vim-indentobject"]
path = bundle/vim-indentobject
url = https://github.com/austintaylor/vim-indentobject.git
[submodule "bundle/vim-extradite"]
path = bundle/vim-extradite
url = https://github.com/int3/vim-extradite.git
[submodule "bundle/pbcopy"]
path = bundle/pbcopy
url = https://github.com/mortice/pbcopy.vim.git
[submodule "bundle/vim-markdown-preview"]
path = bundle/vim-markdown-preview
url = https://github.com/peterhost/vim-markdown-preview.git
[submodule "bundle/supertab"]
path = bundle/supertab
url = https://github.com/ervandew/supertab.git
[submodule "bundle/tslime.vim/plugin"]
path = bundle/tslime.vim/plugin
url = https://github.com/kikijump/tslime.vim.git
[submodule "bundle/vim-coffee-script"]
path = bundle/vim-coffee-script
url = https://github.com/kchmck/vim-coffee-script.git
[submodule "bundle/mru.vim"]
path = bundle/mru.vim
url = https://github.com/vim-scripts/mru.vim.git
[submodule "bundle/regbuf.vim"]
path = bundle/regbuf.vim
url = https://github.com/tyru/regbuf.vim.git
[submodule "bundle/vim-rvm"]
path = bundle/vim-rvm
url = https://github.com/tpope/vim-rvm.git
[submodule "bundle/file-line"]
path = bundle/file-line
url = https://github.com/bogado/file-line.git
[submodule "bundle/dogmatic"]
path = bundle/dogmatic
url = git://github.com/mrmargolis/dogmatic.vim.git
[submodule "bundle/vim-slim"]
path = bundle/vim-slim
url = https://github.com/bbommarito/vim-slim.git