-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
60 lines (60 loc) · 2.23 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
[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 = [email protected]:scrooloose/nerdtree.git
[submodule "vim/bundle/syntastic"]
path = vim/bundle/syntastic
url = https://github.com/scrooloose/syntastic.git
[submodule "vim/bundle/airline"]
path = vim/bundle/airline
url = https://github.com/bling/vim-airline.git
[submodule "vim/bundle/vim-cjsx"]
path = vim/bundle/vim-cjsx
url = https://github.com/mtscout6/vim-cjsx.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/vim-colors-solarized"]
path = vim/bundle/vim-colors-solarized
url = https://github.com/altercation/vim-colors-solarized.git
[submodule "vim/bundle/vim-fugitive"]
path = vim/bundle/vim-fugitive
url = https://github.com/tpope/vim-fugitive.git
[submodule "vim/bundle/vim-gitgutter"]
path = vim/bundle/vim-gitgutter
url = https://github.com/airblade/vim-gitgutter.git
[submodule "vim/bundle/vim-indent-guides"]
path = vim/bundle/vim-indent-guides
url = https://github.com/nathanaelkane/vim-indent-guides.git
[submodule "vim/bundle/vim-jade"]
path = vim/bundle/vim-jade
url = https://github.com/digitaltoad/vim-jade.git
[submodule "vim/bundle/vim-json"]
path = vim/bundle/vim-json
url = https://github.com/elzr/vim-json.git
[submodule "vim/bundle/vim-sensible"]
path = vim/bundle/vim-sensible
url = https://github.com/tpope/vim-sensible.git
[submodule "vim/bundle/vim-unimpaired"]
path = vim/bundle/vim-unimpaired
url = https://github.com/tpope/vim-unimpaired.git
[submodule "antigen"]
path = antigen
url = https://github.com/zsh-users/antigen.git
[submodule "prezto"]
path = prezto
url = https://github.com/sorin-ionescu/prezto.git
[submodule ".prezto"]
path = .prezto
url = https://github.com/sorin-ionescu/prezto.git
[submodule "vim/bundle/vim-javascript"]
path = vim/bundle/vim-javascript
url = [email protected]:pangloss/vim-javascript.git
[submodule "vim/bundle/vim-jsx"]
path = vim/bundle/vim-jsx
url = [email protected]:mxw/vim-jsx.git
[submodule "vim/bundle/ctrlp-cmatcher"]
path = vim/bundle/ctrlp-cmatcher
url = [email protected]:JazzCore/ctrlp-cmatcher.git