-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
21 lines (21 loc) · 853 Bytes
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[submodule "artifacts"]
path = nvim/pack/bundle/opt/artifacts
url = https://github.com/ms-jpq/coq.artifacts
[submodule "coq"]
path = nvim/pack/bundle/opt/coq
url = https://github.com/ms-jpq/coq_nvim
[submodule "lspconfig"]
path = nvim/pack/bundle/opt/lspconfig
url = https://github.com/neovim/nvim-lspconfig.git
[submodule "treesitter"]
path = nvim/pack/bundle/opt/treesitter
url = https://github.com/nvim-treesitter/nvim-treesitter.git
[submodule "zsh-autosuggestions"]
path = .zsh/plugin/zsh-autosuggestions
url = https://github.com/zsh-users/zsh-autosuggestions.git
[submodule "zsh-syntax-highlighting"]
path = .zsh/plugin/zsh-syntax-highlighting
url = https://github.com/zsh-users/zsh-syntax-highlighting.git
[submodule "nvim/pack/bundle/opt/command-t"]
path = nvim/pack/bundle/opt/command-t
url = https://github.com/wincent/command-t