-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
78 lines (78 loc) · 2.9 KB
/
.gitmodules
File metadata and controls
78 lines (78 loc) · 2.9 KB
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
76
77
78
[submodule "vim/bundle/bundle/bufexplorer"]
path = vim/bundle/bundle/bufexplorer
url = git://github.com/vim-scripts/bufexplorer.zip
[submodule "vim/bundle/bundle/nerdtree"]
path = vim/bundle/bundle/nerdtree
url = git://github.com/scrooloose/nerdtree.git
[submodule "vim/bundle/bundle/surround"]
path = vim/bundle/bundle/surround
url = git://github.com/tpope/vim-surround.git
[submodule "vim/bundle/bundle/css3"]
path = vim/bundle/bundle/css3
url = git://github.com/hail2u/vim-css3-syntax.git
[submodule "vim/bundle/bundle/autoclose"]
path = vim/bundle/bundle/autoclose
url = git://github.com/Townk/vim-autoclose.git
[submodule "vim/bundle/bundle/fugitive"]
path = vim/bundle/bundle/fugitive
url = git://github.com/tpope/vim-fugitive.git
[submodule "vim/bundle/bundle/nerdcommenter"]
path = vim/bundle/bundle/nerdcommenter
url = git://github.com/scrooloose/nerdcommenter.git
[submodule "vim/bundle/vim-fugitive"]
path = vim/bundle/vim-fugitive
url = git@github.com:tpope/vim-fugitive.git
[submodule "vim/bundle/YouCompleteMe"]
path = vim/bundle/YouCompleteMe
url = git@github.com:ycm-core/YouCompleteMe.git
[submodule "vim/bundle/vim-css3-syntax"]
path = vim/bundle/vim-css3-syntax
url = git@github.com:hail2u/vim-css3-syntax.git
[submodule "vim/bundle/mru"]
path = vim/bundle/mru
url = git@github.com:yegappan/mru.git
[submodule "vim/bundle/nerdcommenter"]
path = vim/bundle/nerdcommenter
url = git@github.com:preservim/nerdcommenter.git
[submodule "vim/bundle/nerdtree"]
path = vim/bundle/nerdtree
url = git@github.com:preservim/nerdtree.git
[submodule "vim/bundle/vim-surround"]
path = vim/bundle/vim-surround
url = git@github.com:tpope/vim-surround.git
[submodule "vim/bundle/vim-yaml"]
path = vim/bundle/vim-yaml
url = git@github.com:stephpy/vim-yaml.git
[submodule "vim/bundle/vim-flake8"]
path = vim/bundle/vim-flake8
url = git@github.com:nvie/vim-flake8.git
[submodule "vim/pack/github/copilot.vim"]
path = vim/pack/github/copilot.vim
url = git@github.com:github/copilot.vim.git
[submodule "editorconfig-vim"]
path = editorconfig-vim
url = https://github.com/editorconfig/editorconfig-vim.git
[submodule "vim/bundle/editorconfig-vim"]
path = vim/bundle/editorconfig-vim
url = https://github.com/editorconfig/editorconfig-vim.git
[submodule "vim/nerdcommenter"]
path = vim/nerdcommenter
url = https://github.com/scrooloose/nerdcommenter.git
[submodule "vim/nerdtree"]
path = vim/nerdtree
url = https://github.com/scrooloose/nerdtree.git
[submodule "vim/surround"]
path = vim/surround
url = https://github.com/tpope/vim-surround.git
[submodule "vim/css3"]
path = vim/css3
url = https://github.com/hail2u/vim-css3-syntax.git
[submodule "vim/autoclose"]
path = vim/autoclose
url = https://github.com/Townk/vim-autoclose.git
[submodule "vim/fugitive"]
path = vim/fugitive
url = https://github.com/tpope/vim-fugitive.git
[submodule "vim/vim-flake8"]
path = vim/vim-flake8
url = https://github.com/nvie/vim-flake8.git