-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitmodules
84 lines (84 loc) · 2.96 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
[submodule "bundle/nerdtree"]
path = bundle/nerdtree
url = https://github.com/scrooloose/nerdtree.git
[submodule "bundle/emmet-vim"]
path = bundle/emmet-vim
url = https://github.com/mattn/emmet-vim
[submodule "bundle/vim-fugitive"]
path = bundle/vim-fugitive
url = https://github.com/tpope/vim-fugitive.git
[submodule "bundle/vim-sensible"]
path = bundle/vim-sensible
url = https://github.com/tpope/vim-sensible.git
[submodule "bundle/airline"]
path = bundle/airline
url = https://github.com/bling/vim-airline.git
[submodule "bundle/vim-json"]
path = bundle/vim-json
url = https://github.com/elzr/vim-json
[submodule "bundle/vim-godef"]
path = bundle/vim-godef
url = https://github.com/dgryski/vim-godef
[submodule "bundle/vim-go"]
path = bundle/vim-go
url = https://github.com/fatih/vim-go
[submodule "bundle/YouCompleteMe"]
path = bundle/YouCompleteMe
url = https://github.com/Valloric/YouCompleteMe.git
[submodule "bundle/tagbar"]
path = bundle/tagbar
url = https://github.com/majutsushi/tagbar
[submodule "bundle/vim-gitgutter"]
path = bundle/vim-gitgutter
url = https://github.com/airblade/vim-gitgutter
[submodule "bundle/nerdtree-git-plugin"]
path = bundle/nerdtree-git-plugin
url = https://github.com/Xuyuanp/nerdtree-git-plugin
[submodule "bundle/yaml-vim"]
path = bundle/yaml-vim
url = https://github.com/ingydotnet/yaml-vim.git
[submodule "bundle/Dockerfile.vim"]
path = bundle/Dockerfile.vim
url = https://github.com/ekalinin/Dockerfile.vim.git
[submodule "bundle/vim-javascript"]
path = bundle/vim-javascript
url = https://github.com/pangloss/vim-javascript.git
[submodule "bundle/vim-abolish"]
path = bundle/vim-abolish
url = https://github.com/tpope/vim-abolish.git
[submodule "bundle/vim-terraform"]
path = bundle/vim-terraform
url = https://github.com/hashivim/vim-terraform.git
[submodule "bundle/ack.vim"]
path = bundle/ack.vim
url = https://github.com/mileszs/ack.vim.git
[submodule "bundle/vim-prettier"]
path = bundle/vim-prettier
url = https://github.com/prettier/vim-prettier
[submodule "bundle/tsuquyomi"]
path = bundle/tsuquyomi
url = https://github.com/Quramy/tsuquyomi.git
[submodule "bundle/vim-protolint"]
path = bundle/vim-protolint
url = https://github.com/yoheimuta/vim-protolint.git
[submodule "bundle/ale"]
path = bundle/ale
url = https://github.com/dense-analysis/ale.git
[submodule "bundle/typescript-vim"]
path = bundle/typescript-vim
url = https://github.com/leafgarland/typescript-vim.git
[submodule "bundle/vim-buf"]
path = bundle/vim-buf
url = https://github.com/bufbuild/vim-buf.git
[submodule "bundle/vim-markdown"]
path = bundle/vim-markdown
url = https://github.com/preservim/vim-markdown.git
[submodule "bundle/markdown-preview"]
path = bundle/markdown-preview
url = https://github.com/iamcco/markdown-preview.nvim.git
[submodule "bundle/copilot.vim"]
path = bundle/copilot.vim
url = https://github.com/github/copilot.vim.git
[submodule "bundle/d2-vim"]
path = bundle/d2-vim
url = https://github.com/terrastruct/d2-vim.git