-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.gitmodules
66 lines (66 loc) · 2.29 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 "bundle/fugitive"]
path = bundle/fugitive
url = http://github.com/tpope/vim-fugitive.git
[submodule "bundle/rails"]
path = bundle/rails
url = http://github.com/tpope/vim-rails.git
[submodule "bundle/surround"]
path = bundle/surround
url = http://github.com/tpope/vim-surround.git
[submodule "bundle/haml"]
path = bundle/haml
url = http://github.com/tpope/vim-haml.git
[submodule "bundle/vividchalk"]
path = bundle/vividchalk
url = http://github.com/tpope/vim-vividchalk.git
[submodule "bundle/cucumber"]
path = bundle/cucumber
url = http://github.com/tpope/vim-cucumber.git
[submodule "bundle/syntastic"]
path = bundle/syntastic
url = http://github.com/scrooloose/syntastic.git
[submodule "bundle/zenburn"]
path = bundle/zenburn
url = http://github.com/vim-scripts/Zenburn.git
[submodule "bundle/rubytest"]
path = bundle/rubytest
url = http://github.com/vim-scripts/Rubytest.vim.git
[submodule "bundle/yasnippets"]
path = bundle/yasnippets
url = git@github.com:ikaros/yasnippets.git
[submodule "bundle/sass"]
path = bundle/sass
url = http://github.com/vim-scripts/Sass.git
[submodule "bundle/satori-color-scheme"]
path = bundle/satori-color-scheme
url = http://github.com/vim-scripts/Satori-Color-Scheme.git
[submodule "bundle/colorx"]
path = bundle/colorx
url = http://github.com/vim-scripts/ColorX.git
[submodule "bundle/snipMate"]
path = bundle/snipMate
url = http://github.com/vim-scripts/snipMate.git
[submodule "bundle/rubycomplete"]
path = bundle/rubycomplete
url = http://github.com/vim-scripts/rubycomplete.vim.git
[submodule "bundle/nerdtree"]
path = bundle/nerdtree
url = http://github.com/scrooloose/nerdtree.git
[submodule "bundle/textobj_user"]
path = bundle/textobj_user
url = https://github.com/kana/vim-textobj-user.git
[submodule "bundle/textobj_rubyblock"]
path = bundle/textobj_rubyblock
url = https://github.com/nelstrom/vim-textobj-rubyblock.git
[submodule "bundle/solarized"]
path = bundle/solarized
url = http://github.com/altercation/vim-colors-solarized.git
[submodule "bundle/powerline"]
path = bundle/powerline
url = https://github.com/Lokaltog/vim-powerline.git
[submodule "bundle/less"]
path = bundle/less
url = https://github.com/groenewege/vim-less.git
[submodule "bundle/coffee"]
path = bundle/coffee
url = https://github.com/kchmck/vim-coffee-script.git