-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
96 lines (96 loc) · 3.38 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
[submodule ".vim/bundle/ctrlp.vim"]
path = .vim/bundle/ctrlp.vim
url = [email protected]:kien/ctrlp.vim.git
[submodule ".vim/bundle/nerdtree"]
path = .vim/bundle/nerdtree
url = https://github.com/scrooloose/nerdtree.git
[submodule ".vim/bundle/fugitive"]
path = .vim/bundle/fugitive
url = [email protected]:tpope/vim-fugitive.git
[submodule ".vim/bundle/airline"]
path = .vim/bundle/airline
url = https://github.com/bling/vim-airline
[submodule ".vim/bundle/rspec"]
path = .vim/bundle/rspec
url = [email protected]:thoughtbot/vim-rspec.git
[submodule ".vim/bundle/coffee_script"]
path = .vim/bundle/coffee_script
url = https://github.com/kchmck/vim-coffee-script.git
[submodule ".vim/bundle/webapi"]
path = .vim/bundle/webapi
url = [email protected]:mattn/webapi-vim.git
[submodule ".vim/bundle/gist"]
path = .vim/bundle/gist
url = [email protected]:mattn/gist-vim.git
[submodule ".vim/bundle/vim-ruby"]
path = .vim/bundle/vim-ruby
url = git://github.com/vim-ruby/vim-ruby.git
[submodule ".vim/bundle/tagbar"]
path = .vim/bundle/tagbar
url = git://github.com/majutsushi/tagbar
[submodule ".vim/bundle/emmet-vim"]
path = .vim/bundle/emmet-vim
url = https://github.com/mattn/emmet-vim
[submodule ".vim/bundle/vim-ruby-eval"]
path = .vim/bundle/vim-ruby-eval
url = [email protected]:kmdsbng/vim-ruby-eval.git
[submodule ".vim/bundle/screen"]
path = .vim/bundle/screen
url = [email protected]:ervandew/screen.git
[submodule ".vim/bundle/vim-slim"]
path = .vim/bundle/vim-slim
url = https://github.com/slim-template/vim-slim.git
[submodule ".vim/bundle/vim-colors-solarized"]
path = .vim/bundle/vim-colors-solarized
url = git://github.com/altercation/vim-colors-solarized.git
[submodule ".vim/bundle/syntastic"]
path = .vim/bundle/syntastic
url = https://github.com/scrooloose/syntastic.git
[submodule "bundle/ctrlp.vim"]
path = bundle/ctrlp.vim
url = [email protected]:kien/ctrlp.vim.git
[submodule "bundle/nerdtree"]
path = bundle/nerdtree
url = [email protected]:scrooloose/nerdtree.git
[submodule "bundle/vim-fugitive"]
path = bundle/vim-fugitive
url = [email protected]:tpope/vim-fugitive.git
[submodule "bundle/vim-airline"]
path = bundle/vim-airline
url = [email protected]:bling/vim-airline.git
[submodule "bundle/vim-rspec"]
path = bundle/vim-rspec
url = [email protected]:thoughtbot/vim-rspec.git
[submodule "bundle/vim-coffee-script"]
path = bundle/vim-coffee-script
url = [email protected]:kchmck/vim-coffee-script.git
[submodule "bundle/webapi-vim"]
path = bundle/webapi-vim
url = [email protected]:mattn/webapi-vim.git
[submodule "bundle/gist-vim"]
path = bundle/gist-vim
url = [email protected]:mattn/gist-vim.git
[submodule "bundle/vim-ruby"]
path = bundle/vim-ruby
url = [email protected]:vim-ruby/vim-ruby.git
[submodule "bundle/tagbar"]
path = bundle/tagbar
url = [email protected]:majutsushi/tagbar.git
[submodule "bundle/emmet-vim"]
path = bundle/emmet-vim
url = [email protected]:mattn/emmet-vim.git
[submodule "bundle/vim-ruby-eval"]
path = bundle/vim-ruby-eval
url = [email protected]:kmdsbng/vim-ruby-eval.git
[submodule "bundle/screen"]
path = bundle/screen
url = [email protected]:ervandew/screen.git
[submodule "bundle/vim-slim"]
path = bundle/vim-slim
url = [email protected]:slim-template/vim-slim.git
[submodule "bundle/vim-colors-solarized"]
path = bundle/vim-colors-solarized
url = [email protected]:altercation/vim-colors-solarized.git
[submodule "bundle/syntastic"]
path = bundle/syntastic
url = [email protected]:scrooloose/syntastic.git