-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy path.gitmodules
27 lines (27 loc) · 1.17 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
[submodule "vim.symlink/bundle/syntastic"]
path = vim.symlink/bundle/syntastic
url = https://github.com/scrooloose/syntastic.git
[submodule "vim.symlink/bundle/vim-surround"]
path = vim.symlink/bundle/vim-surround
url = https://github.com/tpope/vim-surround.git
[submodule "vim.symlink/bundle/delimitMate"]
path = vim.symlink/bundle/delimitMate
url = https://github.com/Raimondi/delimitMate.git
[submodule "vim.symlink/bundle/vimerl"]
path = vim.symlink/bundle/vimerl
url = https://github.com/jimenezrick/vimerl.git
[submodule "vim.symlink/vim-pathogen"]
path = vim.symlink/vim-pathogen
url = https://github.com/tpope/vim-pathogen.git
[submodule "vim.symlink/bundle/vim-colors-solarized"]
path = vim.symlink/bundle/vim-colors-solarized
url = https://github.com/altercation/vim-colors-solarized.git
[submodule "vim.symlink/bundle/vim-fugitive"]
path = vim.symlink/bundle/vim-fugitive
url = https://github.com/tpope/vim-fugitive.git
[submodule "vim.symlink/bundle/ctrlp"]
path = vim.symlink/bundle/ctrlp
url = https://github.com/kien/ctrlp.vim
[submodule "vim.symlink/bundle/nerd-commenter"]
path = vim.symlink/bundle/nerd-commenter
url = https://github.com/scrooloose/nerdcommenter.git