-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitmodules
66 lines (66 loc) · 2.61 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
[submodule ".vim/bundle/vundle"]
path = .vim/bundle/vundle
url = https://github.com/gmarik/vundle.git
[submodule ".vim/bundle/ctrlp.vim"]
path = .vim/bundle/ctrlp.vim
url = https://github.com/kien/ctrlp.vim.git
[submodule ".vim/bundle/nerdcommenter"]
path = .vim/bundle/nerdcommenter
url = https://github.com/scrooloose/nerdcommenter.git
[submodule ".vim/bundle/nerdtree"]
path = .vim/bundle/nerdtree
url = https://github.com/scrooloose/nerdtree.git
[submodule ".vim/bundle/bufexplorer"]
path = .vim/bundle/bufexplorer
url = https://github.com/jlanzarotta/bufexplorer.git
[submodule ".vim/bundle/vim-airline"]
path = .vim/bundle/vim-airline
url = https://github.com/bling/vim-airline.git
[submodule ".vim/bundle/YouCompleteMe"]
path = .vim/bundle/YouCompleteMe
url = https://github.com/Valloric/YouCompleteMe.git
[submodule ".vim/bundle/YankRing.vim"]
path = .vim/bundle/YankRing.vim
url = https://github.com/vim-scripts/YankRing.vim.git
[submodule ".fonts/powerline-fonts"]
path = .fonts/powerline-fonts
url = https://github.com/Lokaltog/powerline-fonts.git
[submodule ".vim/bundle/vim-gitgutter"]
path = .vim/bundle/vim-gitgutter
url = https://github.com/airblade/vim-gitgutter.git
[submodule ".vim/bundle/peaksea"]
path = .vim/bundle/peaksea
url = https://github.com/viroulep/peaksea.git
[submodule ".zsh/zsh-git-prompt"]
path = .zsh/zsh-git-prompt
url = https://github.com/olivierverdier/zsh-git-prompt.git
[submodule ".zsh/zsh-syntax-highlighting"]
path = .zsh/zsh-syntax-highlighting
url = https://github.com/zsh-users/zsh-syntax-highlighting.git
[submodule ".zsh/zsh-autosuggestions"]
path = .zsh/zsh-autosuggestions
url = https://github.com/tarruda/zsh-autosuggestions.git
[submodule ".zsh/zsh-fuzzy-match"]
path = .zsh/zsh-fuzzy-match
url = https://github.com/tarruda/zsh-fuzzy-match.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-sleuth"]
path = .vim/bundle/vim-sleuth
url = https://github.com/tpope/vim-sleuth.git
[submodule ".vim/bundle/vim-llvm"]
path = .vim/bundle/vim-llvm
url = https://github.com/rhysd/vim-llvm.git
[submodule ".vim/bundle/vim-js"]
path = .vim/bundle/vim-js
url = https://github.com/yuezk/vim-js.git
[submodule ".vim/bundle/rainbow"]
path = .vim/bundle/rainbow
url = https://github.com/luochen1990/rainbow.git
[submodule ".vim/bundle/guile.vim"]
path = .vim/bundle/guile.vim
url = https://github.com/HiPhish/guile.vim.git
[submodule ".vim/bundle/vim-jsx-typescript"]
path = .vim/bundle/vim-jsx-typescript
url = https://github.com/peitalin/vim-jsx-typescript.git