-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.gitmodules
25 lines (25 loc) · 778 Bytes
/
.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
[submodule "vim/bundle/coc.nvim"]
path = vim/bundle/coc.nvim
url = https://github.com/neoclide/coc.nvim.git
branch = release
shallow = true
[submodule "vim/bundle/haskell-vim"]
path = vim/bundle/haskell-vim
url = [email protected]:neovimhaskell/haskell-vim.git
shallow = true
[submodule "vim/bundle/nerdtree"]
path = vim/bundle/nerdtree
url = https://github.com/preservim/nerdtree.git
shallow = true
[submodule "vim/bundle/tabular"]
path = vim/bundle/tabular
url = https://github.com/godlygeek/tabular.git
shallow = true
[submodule "vim/bundle/vim-markdown"]
path = vim/bundle/vim-markdown
url = https://github.com/tpope/vim-markdown.git
shallow = true
[submodule "emacs.d/lisp/PG"]
path = emacs.d/lisp/PG
url = https://github.com/ProofGeneral/PG
shallow = true