forked from jdejesus007/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
81 lines (81 loc) · 3.06 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
[submodule "bundle/syntax_opengl"]
path = bundle/syntax_opengl
url = git://github.com/beyondmarc/opengl.vim.git
[submodule "vim/bundle/syntax_opengl"]
path = vim/bundle/syntax_opengl
url = git://github.com/beyondmarc/opengl.vim.git
[submodule "vim/bundle/handlebars"]
path = vim/bundle/handlebars
url = git://github.com/nono/vim-handlebars.git
[submodule "vim/bundle/tlib_vim"]
path = vim/bundle/tlib_vim
url = https://github.com/tomtom/tlib_vim.git
[submodule "vim/bundle/vim-addon-mw-utils"]
path = vim/bundle/vim-addon-mw-utils
url = https://github.com/MarcWeber/vim-addon-mw-utils.git
[submodule "vim/bundle/supertab"]
path = vim/bundle/supertab
url = git://github.com/ervandew/supertab.git
[submodule "vim/bundle/vim-fugitive"]
path = vim/bundle/vim-fugitive
url = git://github.com/tpope/vim-fugitive.git
[submodule "vim/bundle/vim-bundler"]
path = vim/bundle/vim-bundler
url = git://github.com/tpope/vim-bundler.git
[submodule "vim/bundle/vim-rails"]
path = vim/bundle/vim-rails
url = git://github.com/tpope/vim-rails.git
[submodule "vim/bundle/vim-rake"]
path = vim/bundle/vim-rake
url = git://github.com/tpope/vim-rake.git
[submodule "vim/bundle/vim-gitgutter"]
path = vim/bundle/vim-gitgutter
url = git://github.com/airblade/vim-gitgutter.git
[submodule "vim/bundle/colorschemes"]
path = vim/bundle/colorschemes
url = [email protected]:flazz/vim-colorschemes.git
[submodule "vim/bundle/csapprox"]
path = vim/bundle/csapprox
url = git://github.com/godlygeek/csapprox.git
[submodule "vim/bundle/tagbar"]
path = vim/bundle/tagbar
url = https://github.com/majutsushi/tagbar.git
[submodule "vim/bundle/vim-coffee-script"]
path = vim/bundle/vim-coffee-script
url = https://github.com/kchmck/vim-coffee-script.git
[submodule "vim/bundle/tern_for_vim"]
path = vim/bundle/tern_for_vim
url = https://github.com/marijnh/tern_for_vim.git
[submodule "vim/bundle/vim-multiple-cursors"]
path = vim/bundle/vim-multiple-cursors
url = https://github.com/terryma/vim-multiple-cursors.git
[submodule "vim/bundle/quickopen"]
path = vim/bundle/quickopen
url = https://github.com/natduca/quickopen
[submodule "vim/bundle/vim-instant-markdown"]
path = vim/bundle/vim-instant-markdown
url = [email protected]:suan/vim-instant-markdown.git
[submodule "vim/bundle/vim-qml"]
path = vim/bundle/vim-qml
url = [email protected]:peterhoeg/vim-qml.git
[submodule "vim/bundle/vim-snippets"]
path = vim/bundle/vim-snippets
url = https://github.com/honza/vim-snippets.git
[submodule "vim/bundle/ultisnips"]
path = vim/bundle/ultisnips
url = https://github.com/SirVer/ultisnips.git
[submodule "vim/bundle/vim-ack"]
path = vim/bundle/vim-ack
url = [email protected]:mileszs/ack.vim.git
[submodule "vim/bundle/ctrlp.vim"]
path = vim/bundle/ctrlp.vim
url = [email protected]:kien/ctrlp.vim.git
[submodule "vim/bundle/YouCompleteMe"]
path = vim/bundle/YouCompleteMe
url = [email protected]:Valloric/YouCompleteMe.git
[submodule "vim/bundle/vim-go"]
path = vim/bundle/vim-go
url = https://github.com/fatih/vim-go.git
[submodule "vim/bundle/Vundle.vim"]
path = vim/bundle/Vundle.vim
url = https://github.com/gmarik/Vundle.vim.git