-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path.gitmodules
48 lines (48 loc) · 1.71 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
[submodule "bundle/vim-rails"]
path = bundle/vim-rails
url = https://github.com/tpope/vim-rails.git
[submodule "bundle/vim-surround"]
path = bundle/vim-surround
url = https://github.com/tpope/vim-surround.git
[submodule "bundle/vim-endwise"]
path = bundle/vim-endwise
url = https://github.com/tpope/vim-endwise.git
[submodule "bundle/vim-ruby"]
path = bundle/vim-ruby
url = https://github.com/vim-ruby/vim-ruby.git
[submodule "bundle/ack.vim"]
path = bundle/ack.vim
url = https://github.com/mileszs/ack.vim.git
[submodule "bundle/vim-textobj-user"]
path = bundle/vim-textobj-user
url = https://github.com/kana/vim-textobj-user.git
[submodule "bundle/vim-textobj-rubyblock"]
path = bundle/vim-textobj-rubyblock
url = https://github.com/nelstrom/vim-textobj-rubyblock.git
[submodule "bundle/tabular"]
path = bundle/tabular
url = https://github.com/godlygeek/tabular.git
[submodule "bundle/nerdcommenter"]
path = bundle/nerdcommenter
url = https://github.com/scrooloose/nerdcommenter.git
[submodule "bundle/bufexplorer"]
path = bundle/bufexplorer
url = git://github.com/vim-scripts/bufexplorer.zip.git
[submodule "bundle/ctrlp.vim"]
path = bundle/ctrlp.vim
url = git://github.com/kien/ctrlp.vim
[submodule "bundle/rooter.vim"]
path = bundle/rooter.vim
url = https://github.com/airblade/vim-rooter.git
[submodule "bundle/jasmine"]
path = bundle/jasmine
url = git://github.com/claco/jasmine.vim.git
[submodule "bundle/syntastic"]
path = bundle/syntastic
url = [email protected]:vim-syntastic/syntastic.git
[submodule "bundle/vim-airline"]
path = bundle/vim-airline
url = [email protected]:vim-airline/vim-airline.git
[submodule "bundle/vim-gitgutter"]
path = bundle/vim-gitgutter
url = [email protected]:airblade/vim-gitgutter.git