-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
24 lines (24 loc) · 1.23 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
[submodule "pack/third_party_plugins/start/vim-lsp"]
path = pack/third_party_plugins/start/vim-lsp
url = https://github.com/prabirshrestha/vim-lsp
[submodule "pack/third_party_plugins/start/gruvbox"]
path = pack/third_party_plugins/start/gruvbox
url = https://github.com/morhetz/gruvbox
[submodule "pack/third_party_plugins/start/vim-polyglot"]
path = pack/third_party_plugins/start/vim-polyglot
url = https://github.com/sheerun/vim-polyglot
[submodule "pack/third_party_plugins/start/asyncomplete.vim"]
path = pack/third_party_plugins/start/asyncomplete.vim
url = https://github.com/prabirshrestha/asyncomplete.vim
[submodule "pack/third_party_plugins/start/asyncomplete-lsp.vim"]
path = pack/third_party_plugins/start/asyncomplete-lsp.vim
url = https://github.com/prabirshrestha/asyncomplete-lsp.vim
[submodule "pack/third_party_plugins/start/vim-slime"]
path = pack/third_party_plugins/start/vim-slime
url = https://github.com/jpalardy/vim-slime
[submodule "pack/third_party_plugins/start/vim-sneak"]
path = pack/third_party_plugins/start/vim-sneak
url = https://github.com/justinmk/vim-sneak
[submodule "pack/third_party_plugins/start/ctrlp.vim"]
path = pack/third_party_plugins/start/ctrlp.vim
url = https://github.com/ctrlpvim/ctrlp.vim