forked from caike/vim-config
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
30 lines (30 loc) · 1.05 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
[submodule "bundle/emmet-vim"]
path = bundle/emmet-vim
url = https://github.com/mattn/emmet-vim
[submodule "bundle/nerdcommenter"]
path = bundle/nerdcommenter
url = https://github.com/scrooloose/nerdcommenter
[submodule "bundle/snipmate"]
path = bundle/snipmate
url = https://github.com/caike/snipmate.vim
[submodule "bundle/tlib_vim"]
path = bundle/tlib_vim
url = https://github.com/tomtom/tlib_vim
[submodule "bundle/vim-addon-mw-utils"]
path = bundle/vim-addon-mw-utils
url = https://github.com/MarcWeber/vim-addon-mw-utils
[submodule "bundle/vim-coffee-script"]
path = bundle/vim-coffee-script
url = https://github.com/kchmck/vim-coffee-script
[submodule "bundle/vim-javascript"]
path = bundle/vim-javascript
url = https://github.com/pangloss/vim-javascript
[submodule "bundle/vim-rails"]
path = bundle/vim-rails
url = https://github.com/tpope/vim-rails
[submodule "bundle/vim-ruby"]
path = bundle/vim-ruby
url = https://github.com/vim-ruby/vim-ruby
[submodule "bundle/vim-surround"]
path = bundle/vim-surround
url = https://github.com/tpope/vim-surround