This repository has been archived by the owner on Mar 15, 2019. It is now read-only.
forked from mathiasbynens/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.gitmodules
54 lines (54 loc) · 2.13 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
[submodule ".vim/bundle/vim-pathogen"]
path = .vim/bundle/vim-pathogen
url = https://github.com/tpope/vim-pathogen.git
[submodule ".vim/bundle/vim-rails"]
path = .vim/bundle/vim-rails
url = https://github.com/tpope/vim-rails.git
[submodule ".vim/bundle/vim-coffee-script"]
path = .vim/bundle/vim-coffee-script
url = git://github.com/kchmck/vim-coffee-script.git
[submodule ".vim/bundle/vim-markdown"]
path = .vim/bundle/vim-markdown
url = git://github.com/tpope/vim-markdown.git
[submodule ".vim/bundle/vim-bundler"]
path = .vim/bundle/vim-bundler
url = git://github.com/tpope/vim-bundler.git
[submodule ".vim/bundle/vim-rake"]
path = .vim/bundle/vim-rake
url = git://github.com/tpope/vim-rake.git
[submodule ".vim/bundle/vim-fugitive"]
path = .vim/bundle/vim-fugitive
url = git://github.com/tpope/vim-fugitive.git
[submodule ".vim/bundle/vim-unimpaired"]
path = .vim/bundle/vim-unimpaired
url = git://github.com/tpope/vim-unimpaired.git
[submodule ".vim/bundle/vim-commentary"]
path = .vim/bundle/vim-commentary
url = git://github.com/tpope/vim-commentary.git
[submodule ".vim/bundle/vim-endwise"]
path = .vim/bundle/vim-endwise
url = git://github.com/tpope/vim-endwise.git
[submodule ".vim/bundle/vim-haml"]
path = .vim/bundle/vim-haml
url = git://github.com/tpope/vim-haml.git
[submodule ".vim/bundle/vim-retag"]
path = .vim/bundle/vim-retag
url = git://github.com/tpope/vim-ragtag.git
[submodule ".vim/bundle/vim-afterimage"]
path = .vim/bundle/vim-afterimage
url = git://github.com/tpope/vim-afterimage.git
[submodule ".vim/bundle/vim-surround"]
path = .vim/bundle/vim-surround
url = git://github.com/tpope/vim-surround.git
[submodule ".vim/bundle/vim-tabular"]
path = .vim/bundle/vim-tabular
url = git://github.com/godlygeek/tabular.git
[submodule ".vim/bundle/vim-repeat"]
path = .vim/bundle/vim-repeat
url = [email protected]:tpope/vim-repeat.git
[submodule ".vim/bundle/vim-ember-script"]
path = .vim/bundle/vim-ember-script
url = https://github.com/heartsentwined/vim-ember-script.git
[submodule ".vim/bundle/vim-multiple-cursors"]
path = .vim/bundle/vim-multiple-cursors
url = [email protected]:terryma/vim-multiple-cursors.git