forked from eharmon/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
24 lines (24 loc) · 1 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 "vim/bundle/nerdcommenter"]
path = vim/bundle/nerdcommenter
url = https://github.com/scrooloose/nerdcommenter.git
[submodule "vim/bundle/syntastic"]
path = vim/bundle/syntastic
url = https://github.com/scrooloose/syntastic.git
[submodule "vim/bundle/vim-fugitive"]
path = vim/bundle/vim-fugitive
url = https://github.com/tpope/vim-fugitive.git
[submodule "vim/bundle/vim-powerline"]
path = vim/bundle/vim-powerline
url = https://github.com/Lokaltog/vim-powerline.git
[submodule "vim/bundle/xterm-color-table.vim"]
path = vim/bundle/xterm-color-table.vim
url = https://github.com/guns/xterm-color-table.vim.git
[submodule "zsh/modules/grml-etc-core"]
path = zsh/modules/grml-etc-core
url = git://git.grml.org/grml-etc-core.git
[submodule "zsh/modules/zsh-syntax-highlighting"]
path = zsh/modules/zsh-syntax-highlighting
url = https://github.com/zsh-users/zsh-syntax-highlighting.git
[submodule "vim/bundle/vim-pathogen"]
path = vim/bundle/vim-pathogen
url = https://github.com/tpope/vim-pathogen.git