-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.gitmodules
140 lines (140 loc) · 4.7 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
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
[submodule "bundle/vim-vividchalk"]
path = bundle/vim-vividchalk
url = git://github.com/tpope/vim-vividchalk.git
ignore = dirty
[submodule "bundle/molokai"]
path = bundle/molokai
url = git://github.com/vim-scripts/molokai.git
ignore = dirty
[submodule "bundle/vim-rails"]
path = bundle/vim-rails
url = git://github.com/tpope/vim-rails.git
ignore = dirty
[submodule "bundle/vim-cucumber"]
path = bundle/vim-cucumber
url = git://github.com/tpope/vim-cucumber.git
ignore = dirty
[submodule "bundle/vim-haml"]
path = bundle/vim-haml
url = git://github.com/tpope/vim-haml.git
ignore = dirty
[submodule "bundle/vim-endwise"]
path = bundle/vim-endwise
url = git://github.com/tpope/vim-endwise.git
ignore = dirty
[submodule "bundle/vim-surround"]
path = bundle/vim-surround
url = git://github.com/tpope/vim-surround.git
ignore = dirty
[submodule "bundle/vim-repeat"]
path = bundle/vim-repeat
url = git://github.com/tpope/vim-repeat.git
ignore = dirty
[submodule "bundle/nerdtree"]
path = bundle/nerdtree
url = git://github.com/scrooloose/nerdtree.git
ignore = dirty
[submodule "bundle/nerdcommenter"]
path = bundle/nerdcommenter
url = git://github.com/scrooloose/nerdcommenter.git
ignore = dirty
[submodule "bundle/ack.vim"]
path = bundle/ack.vim
url = https://github.com/mileszs/ack.vim.git
ignore = dirty
[submodule "bundle/command-t"]
path = bundle/command-t
url = git://git.wincent.com/command-t.git
ignore = dirty
[submodule "bundle/vim-abolish"]
path = bundle/vim-abolish
url = https://github.com/tpope/vim-abolish.git
ignore = dirty
[submodule "bundle/vim-git-pair"]
path = bundle/vim-git-pair
url = https://github.com/Peeja/vim-git-pair.git
[submodule "bundle/vim-javascript"]
path = bundle/vim-javascript
url = https://github.com/pangloss/vim-javascript.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-fugitive"]
path = bundle/vim-fugitive
url = https://github.com/tpope/vim-fugitive.git
ignore = dirty
[submodule "bundle/vim-markdown"]
path = bundle/vim-markdown
url = https://github.com/plasticboy/vim-markdown.git
ignore = dirty
[submodule "bundle/vim-ruby-refactoring"]
path = bundle/vim-ruby-refactoring
url = https://github.com/ecomba/vim-ruby-refactoring.git
ignore = dirty
[submodule "bundle/vim-textobj-rubyblock"]
path = bundle/vim-textobj-rubyblock
url = https://github.com/nelstrom/vim-textobj-rubyblock.git
ignore = dirty
[submodule "bundle/vim-textobj-user"]
path = bundle/vim-textobj-user
url = https://github.com/kana/vim-textobj-user.git
ignore = dirty
[submodule "bundle/vim-unimpaired"]
path = bundle/vim-unimpaired
url = https://github.com/tpope/vim-unimpaired.git
ignore = dirty
[submodule "bundle/vim-irblack"]
path = bundle/vim-irblack
url = https://github.com/wgibbs/vim-irblack.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-slim"]
path = bundle/vim-slim
url = git://github.com/slim-template/vim-slim.git
[submodule "bundle/gundo"]
path = bundle/gundo
url = https://github.com/sjl/gundo.vim.git
[submodule "bundle/tabular"]
path = bundle/tabular
url = https://github.com/godlygeek/tabular
[submodule "bundle/cucumbertables/ftplugin"]
path = bundle/cucumbertables/ftplugin
url = git://gist.github.com/1486660.git
[submodule "bundle/handlebars"]
path = bundle/handlebars
url = git://github.com/nono/vim-handlebars.git
[submodule "bundle/tmux-config"]
path = bundle/tmux-config
url = git://github.com/pivotal/tmux-config.git
[submodule "bundle/vim-tomorrow-theme"]
path = bundle/vim-tomorrow-theme
url = https://github.com/chriskempson/vim-tomorrow-theme.git
[submodule "bundle/ag.vim"]
path = bundle/ag.vim
url = https://github.com/epmatsw/ag.vim.git
[submodule "bundle/vim-coffee-script"]
path = bundle/vim-coffee-script
url = https://github.com/kchmck/vim-coffee-script.git
[submodule "bundle/hammer.vim"]
path = bundle/hammer.vim
url = https://github.com/matthias-guenther/hammer.vim.git
[submodule "bundle/vim-easymotion"]
path = bundle/vim-easymotion
url = https://github.com/Lokaltog/vim-easymotion.git
[submodule "bundle/jellybeans-vim"]
path = bundle/jellybeans-vim
url = https://github.com/nanotech/jellybeans.vim.git
[submodule "bundle/vim-powerline"]
path = bundle/vim-powerline
url = https://github.com/Lokaltog/vim-powerline.git
[submodule "bundle/ctrlp-vim"]
path = bundle/ctrlp-vim
url = https://github.com/kien/ctrlp.vim.git
[submodule "bundle/vim-behat"]
path = bundle/vim-behat
url = https://github.com/veloce/vim-behat.git