-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
75 lines (75 loc) · 1.79 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
67
68
69
70
71
72
73
74
75
[submodule "vim"]
path = vim
url = [email protected]:vim/vim
branch = master
shallow = true
ignore = untracked
[submodule "vim-airline"]
path = vim-airline
url = [email protected]:vim-airline/vim-airline
branch = master
shallow = true
ignore = untracked
[submodule "vim-airline-themes"]
path = vim-airline-themes
url = [email protected]:vim-airline/vim-airline-themes
branch = master
shallow = true
ignore = untracked
[submodule "vim-fugitive"]
path = vim-fugitive
url = [email protected]:tpope/vim-fugitive
branch = master
shallow = true
ignore = untracked
[submodule "pyenv"]
path = pyenv
url = [email protected]:yyuu/pyenv
branch = master
shallow = true
ignore = untracked
[submodule "vim-pathogen"]
path = vim-pathogen
url = [email protected]:tpope/vim-pathogen
branch = master
shallow = true
ignore = untracked
[submodule "rbenv"]
path = rbenv
url = [email protected]:rbenv/rbenv
branch = master
shallow = true
ignore = untracked
[submodule "gvm"]
path = gvm
url = [email protected]:moovweb/gvm.git
branch = master
shallow = true
ignore = untracked
[submodule "tagbar"]
path = tagbar
url = [email protected]:majutsushi/tagbar
branch = master
shallow = true
ignore = untracked
[submodule "vim-jsx-improve"]
path = vim-jsx-improve
url = https://github.com/neoclide/vim-jsx-improve.git
[submodule "typescript-vim"]
path = typescript-vim
url = [email protected]:leafgarland/typescript-vim.git
[submodule "ncurses"]
path = ncurses
url = https://github.com/mirror/ncurses
[submodule "vim-toml"]
path = vim-toml
url = https://github.com/cespare/vim-toml
[submodule "vim-cooklang"]
path = vim-cooklang
url = https://github.com/luizribeiro/vim-cooklang
[submodule "nvm"]
path = nvm
url = [email protected]:nvm-sh/nvm
branch = master
shallow = true
ignore = untracked