-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
30 lines (30 loc) · 1002 Bytes
/
.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 ".vim/bundle/solarized"]
path = .vim/bundle/solarized
url = https://github.com/altercation/vim-colors-solarized.git
[submodule "powerline"]
path = powerline
url = https://github.com/powerline/fonts.git
[submodule ".vim/bundle/airline"]
path = .vim/bundle/airline
url = https://github.com/bling/vim-airline.git
[submodule ".vim/bundle/vimtex"]
path = .vim/bundle/vimtex
url = https://github.com/lervag/vimtex.git
[submodule ".vim/bundle/voom"]
path = .vim/bundle/voom
url = https://github.com/vim-voom/VOoM.git
[submodule ".vim/bundle/supertab"]
path = .vim/bundle/supertab
url = https://github.com/ervandew/supertab
[submodule ".oh-my-zsh"]
path = .oh-my-zsh
url = https://github.com/robbyrussell/oh-my-zsh.git
[submodule ".vim/bundle/a"]
path = .vim/bundle/a
url = https://github.com/vim-scripts/a.vim.git
[submodule ".fzf"]
path = .fzf
url = [email protected]:junegunn/fzf.git
[submodule ".vim/bundle/fzf"]
path = .vim/bundle/fzf
url = [email protected]:junegunn/fzf.vim.git