-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitmodules
108 lines (108 loc) · 4.08 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
[submodule "pack/plugins/start/vim-commentary"]
path = pack/plugins/start/vim-commentary
url = https://github.com/tpope/vim-commentary.git
shallow = true
[submodule "pack/plugins/start/vim-sleuth"]
path = pack/plugins/start/vim-sleuth
url = https://github.com/tpope/vim-sleuth.git
shallow = true
[submodule "pack/plugins/start/vim-surround"]
path = pack/plugins/start/vim-surround
url = https://github.com/tpope/vim-surround.git
shallow = true
[submodule "pack/plugins/start/ale"]
path = pack/plugins/start/ale
url = https://github.com/dense-analysis/ale.git
shallow = true
[submodule "pack/plugins/start/plantuml-syntax"]
path = pack/plugins/start/plantuml-syntax
url = https://github.com/aklt/plantuml-syntax.git
shallow = true
[submodule "pack/plugins/start/open-browser.vim"]
path = pack/plugins/start/open-browser.vim
url = https://github.com/tyru/open-browser.vim.git
shallow = true
[submodule "pack/plugins/start/plantuml-previewer.vim"]
path = pack/plugins/start/plantuml-previewer.vim
url = https://github.com/weirongxu/plantuml-previewer.vim.git
shallow = true
[submodule "pack/plugins/start/vim-asciidoctor"]
path = pack/plugins/start/vim-asciidoctor
url = https://github.com/habamax/vim-asciidoctor.git
shallow = true
[submodule "pack/plugins/start/typescript-vim"]
path = pack/plugins/start/typescript-vim
url = https://github.com/leafgarland/typescript-vim.git
shallow = true
[submodule "pack/plugins/start/vim-prisma"]
path = pack/plugins/start/vim-prisma
url = https://github.com/prisma/vim-prisma.git
shallow = true
[submodule "pack/plugins/start/vim-repeat"]
path = pack/plugins/start/vim-repeat
url = https://github.com/tpope/vim-repeat.git
shallow = true
[submodule "pack/plugins/start/vim-jsx-typescript"]
path = pack/plugins/start/vim-jsx-typescript
url = https://github.com/peitalin/vim-jsx-typescript.git
shallow = true
[submodule "pack/plugins/start/nerdtree"]
path = pack/plugins/start/nerdtree
url = https://github.com/preservim/nerdtree.git
shallow = true
[submodule "pack/plugins/start/asyncomplete.vim"]
path = pack/plugins/start/asyncomplete.vim
url = https://github.com/prabirshrestha/asyncomplete.vim.git
shallow = true
[submodule "pack/plugins/start/asyncomplete-ale.vim"]
path = pack/plugins/start/asyncomplete-ale.vim
url = https://github.com/andreypopp/asyncomplete-ale.vim.git
shallow = true
[submodule "pack/plugins/start/omnisharp-vim"]
path = pack/plugins/start/omnisharp-vim
url = https://github.com/OmniSharp/omnisharp-vim.git
shallow = true
[submodule "pack/plugins/start/vim-sharpenup"]
path = pack/plugins/start/vim-sharpenup
url = https://github.com/nickspoons/vim-sharpenup.git
shallow = true
[submodule "pack/plugins/start/fzf.vim"]
path = pack/plugins/start/fzf.vim
url = https://github.com/junegunn/fzf.vim.git
shallow = true
[submodule "pack/plugins/start/gruvbox"]
path = pack/plugins/start/gruvbox
url = https://github.com/gruvbox-community/gruvbox.git
shallow = true
[submodule "pack/plugins/start/lightline.vim"]
path = pack/plugins/start/lightline.vim
url = https://github.com/itchyny/lightline.vim.git
shallow = true
[submodule "pack/plugins/start/lightline-ale"]
path = pack/plugins/start/lightline-ale
url = https://github.com/maximbaz/lightline-ale.git
shallow = true
[submodule "pack/plugins/start/vim-fugitive"]
path = pack/plugins/start/vim-fugitive
url = https://github.com/tpope/vim-fugitive.git
shallow = true
[submodule "pack/plugins/start/vim-devicons"]
path = pack/plugins/start/vim-devicons
url = https://github.com/ryanoasis/vim-devicons.git
shallow = true
[submodule "pack/plugins/start/vim-css-color"]
path = pack/plugins/start/vim-css-color
url = https://github.com/ap/vim-css-color.git
shallow = true
[submodule "pack/plugins/start/rust.vim"]
path = pack/plugins/start/rust.vim
url = https://github.com/rust-lang/rust.vim.git
shallow = true
[submodule "pack/plugins/start/coc.nvim"]
path = pack/plugins/start/coc.nvim
url = https://github.com/neoclide/coc.nvim.git
shallow = true
[submodule "pack/plugins/start/supertab"]
path = pack/plugins/start/supertab
url = https://github.com/ervandew/supertab.git
shallow = true