-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitmodules
55 lines (54 loc) · 2.36 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
[submodule "vim/bundle/vim-airline"]
path = vim/bundle/vim-airline
url = [email protected]:vim-airline/vim-airline.git
[submodule "vim/bundle/vim-colors-solarized"]
path = vim/bundle/vim-colors-solarized
url = [email protected]:altercation/vim-colors-solarized
[submodule "vim/bundle/vim-consul"]
path = vim/bundle/vim-consul
url = [email protected]:hashivim/vim-consul.git
[submodule "vim/bundle/vim-packer"]
path = vim/bundle/vim-packer
url = [email protected]:hashivim/vim-packer.git
[submodule "vim/bundle/vim-terraform"]
path = vim/bundle/vim-terraform
url = [email protected]:hashivim/vim-terraform.git
[submodule "vim/bundle/vim-vagrant"]
path = vim/bundle/vim-vagrant
url = [email protected]:hashivim/vim-vagrant.git
[submodule "vim/bundle/vim-vaultproject"]
path = vim/bundle/vim-vaultproject
url = [email protected]:hashivim/vim-vaultproject.git
[submodule "vim/bundle/vim-sensible"]
path = vim/bundle/vim-sensible
url = [email protected]:tpope/vim-sensible.git
[submodule "vim/bundle/vim-go"]
path = vim/bundle/vim-go
url = [email protected]:fatih/vim-go.git
[submodule "vim/bundle/nerdtree"]
path = vim/bundle/nerdtree
url = [email protected]:scrooloose/nerdtree.git
[submodule "modules/autosuggestions/external"]
path = zsh/.zprezto/modules/autosuggestions/external
url = https://github.com/tarruda/zsh-autosuggestions
[submodule "modules/history-substring-search/external"]
path = zsh/.zprezto/modules/history-substring-search/external
url = https://github.com/zsh-users/zsh-history-substring-search.git
[submodule "modules/syntax-highlighting/external"]
path = zsh/.zprezto/modules/syntax-highlighting/external
url = https://github.com/zsh-users/zsh-syntax-highlighting.git
[submodule "modules/completion/external"]
path = zsh/.zprezto/modules/completion/external
url = https://github.com/zsh-users/zsh-completions.git
[submodule "modules/prompt/external/powerline"]
path = zsh/.zprezto/modules/prompt/external/powerline
url = https://github.com/davidjrice/prezto_powerline.git
[submodule "modules/prompt/external/agnoster"]
path = zsh/.zprezto/modules/prompt/external/agnoster
url = https://github.com/agnoster/agnoster-zsh-theme.git
[submodule "modules/prompt/functions/pure"]
path = zsh/.zprezto/modules/prompt/external/pure
url = https://github.com/sindresorhus/pure.git
[submodule "vim/bundle/vim-fireplace"]
path = vim/bundle/vim-fireplace
url = git://github.com/tpope/vim-fireplace.git