-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
66 lines (66 loc) · 2.84 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
[submodule "home/.vim/bundle/vim-fugitive"]
path = home/.vim/bundle/vim-fugitive
url = git://github.com/robincurry/vim-fugitive.git
[submodule "home/.vim/bundle/ack.vim"]
path = home/.vim/bundle/ack.vim
url = http://github.com/mileszs/ack.vim.git
[submodule "home/.vim/bundle/nerdcommenter"]
path = home/.vim/bundle/nerdcommenter
url = git://github.com/scrooloose/nerdcommenter.git
[submodule "home/.vim/bundle/nerdtree"]
path = home/.vim/bundle/nerdtree
url = git://github.com/scrooloose/nerdtree.git
[submodule "home/.vim/bundle/snipmate.vim"]
path = home/.vim/bundle/snipmate.vim
url = git://github.com/msanders/snipmate.vim.git
[submodule "home/.vim/bundle/vim-abolish"]
path = home/.vim/bundle/vim-abolish
url = git://github.com/tpope/vim-abolish.git
[submodule "home/.vim/bundle/vim-cucumber"]
path = home/.vim/bundle/vim-cucumber
url = git://github.com/tpope/vim-cucumber.git
[submodule "home/.vim/bundle/vim-endwise"]
path = home/.vim/bundle/vim-endwise
url = git://github.com/tpope/vim-endwise.git
[submodule "home/.vim/bundle/vim-haml"]
path = home/.vim/bundle/vim-haml
url = git://github.com/tpope/vim-haml.git
[submodule "home/.vim/bundle/vim-rails"]
path = home/.vim/bundle/vim-rails
url = git://github.com/tpope/vim-rails.git
[submodule "home/.vim/bundle/vim-railscasts-theme"]
path = home/.vim/bundle/vim-railscasts-theme
url = http://github.com/jpo/vim-railscasts-theme.git
[submodule "home/.vim/bundle/vim-repeat"]
path = home/.vim/bundle/vim-repeat
url = git://github.com/tpope/vim-repeat.git
[submodule "home/.vim/bundle/vim-shoulda"]
path = home/.vim/bundle/vim-shoulda
url = git://github.com/tsaleh/vim-shoulda.git
[submodule "home/.vim/bundle/vim-surround"]
path = home/.vim/bundle/vim-surround
url = git://github.com/tpope/vim-surround.git
[submodule "home/.vim/bundle/vim-unimpaired"]
path = home/.vim/bundle/vim-unimpaired
url = git://github.com/tpope/vim-unimpaired.git
[submodule "home/.vim/bundle/YankRing.vim"]
path = home/.vim/bundle/YankRing.vim
url = git://github.com/vim-scripts/YankRing.vim.git
[submodule "home/.vim/bundle/rainbow-parenthesis"]
path = home/.vim/bundle/rainbow-parenthesis
url = git://github.com/hrp/rainbow-parenthesis.git
[submodule "home/.vim/bundle/tabular"]
path = home/.vim/bundle/tabular
url = git://github.com/godlygeek/tabular.git
[submodule "home/.vim/bundle/table-align"]
path = home/.vim/bundle/table-align
url = git://gist.github.com/287147.git
[submodule "home/.vim/bundle/vim-textobj-user"]
path = home/.vim/bundle/vim-textobj-user
url = https://github.com/kana/vim-textobj-user.git
[submodule "home/.vim/bundle/vim-textobj-rubyblock"]
path = home/.vim/bundle/vim-textobj-rubyblock
url = https://github.com/nelstrom/vim-textobj-rubyblock.git
[submodule "home/.vim/bundle/vim-ruby-refactoring"]
path = home/.vim/bundle/vim-ruby-refactoring
url = git://github.com/ecomba/vim-ruby-refactoring.git