-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitmodules
29 lines (24 loc) · 933 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
[submodule ".vim/bundle/Vundle.vim"]
path = .vim/bundle/Vundle.vim
url = https://github.com/VundleVim/Vundle.vim.git
[submodule ".vim/bundle/vim-airline"]
path = .vim/bundle/vim-airline
url = https://github.com/vim-airline/vim-airline.git
[submodule ".vim/bundle/NERDTree"]
path = .vim/bundle/NERDTree
url = https://github.com/scrooloose/nerdtree.git
[submodule ".vim/bundle/Syntastic"]
path = .vim/bundle/Syntastic
url = https://github.com/scrooloose/syntastic.git
[submodule ".vim/bundle/ctrlp.vim"]
path = .vim/bundle/ctrlp.vim
url = https://github.com/kien/ctrlp.vim.git
[submodule ".vim/bundle/supertab"]
path = .vim/bundle/supertab
url = https://github.com/ervandew/supertab.git
[submodule ".oh-my-zsh"]
path = .oh-my-zsh
url = https://github.com/robbyrussell/oh-my-zsh.git
[submodule "powerlevel10k"]
path = powerlevel10k
url = [email protected]:romkatv/powerlevel10k.git