-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitmodules
42 lines (42 loc) · 1.62 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
[submodule ".vim/bundle/gitgutter"]
path = .vim/bundle/gitgutter
url = https://github.com/airblade/vim-gitgutter.git
[submodule ".vim/bundle/syntastic"]
path = .vim/bundle/syntastic
url = https://github.com/vim-syntastic/syntastic.git
[submodule ".vim/bundle/editorconfig"]
path = .vim/bundle/editorconfig
url = https://github.com/editorconfig/editorconfig-vim.git
[submodule ".vim/bundle/docker"]
path = .vim/bundle/docker
url = https://github.com/ekalinin/Dockerfile.vim.git
[submodule ".vim/bundle/alternate"]
path = .vim/bundle/alternate
url = https://github.com/vim-scripts/a.vim
[submodule ".vim/bundle/node"]
path = .vim/bundle/node
url = https://github.com/moll/vim-node.git
[submodule ".vim/bundle/pkgbuild"]
path = .vim/bundle/pkgbuild
url = https://github.com/Firef0x/PKGBUILD.vim.git
[submodule ".vim/bundle/typescript"]
path = .vim/bundle/typescript
url = https://github.com/leafgarland/typescript-vim.git
[submodule ".vim/bundle/tsuquyomi"]
path = .vim/bundle/tsuquyomi
url = https://github.com/Quramy/tsuquyomi.git
[submodule ".vim/plugin/terraform"]
path = .vim/bundle/terraform
url = https://github.com/hashivim/vim-terraform.git
[submodule ".vim/bundle/vim-go"]
path = .vim/bundle/vim-go
url = https://github.com/fatih/vim-go
[submodule ".vim/bundle/coc"]
path = .vim/bundle/coc
url = https://github.com/neoclide/coc.nvim
[submodule ".config/nvim/pack/github/start/copilot.vim"]
path = .config/nvim/pack/github/start/copilot.vim
url = https://github.com/github/copilot.vim.git
[submodule ".vim/pack/plugins/start/rust.vim"]
path = .vim/pack/plugins/start/rust.vim
url = https://github.com/rust-lang/rust.vim