-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.gitmodules
24 lines (24 loc) · 981 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
[submodule ".vim/bundle/vim-pathogen"]
path = .vim/bundle/vim-pathogen
url = http://github.com/tpope/vim-pathogen.git
[submodule ".vim/bundle/vim-colors-solarized"]
path = .vim/bundle/vim-colors-solarized
url = http://github.com/altercation/vim-colors-solarized.git
[submodule ".vim/bundle/vim-powerline"]
path = .vim/bundle/vim-powerline
url = http://github.com/Lokaltog/vim-powerline.git
[submodule ".vim/bundle/vim-fugitive"]
path = .vim/bundle/vim-fugitive
url = http://github.com/tpope/vim-fugitive.git
[submodule ".vim/bundle/nerdtree"]
path = .vim/bundle/nerdtree
url = http://github.com/scrooloose/nerdtree.git
[submodule ".vim/bundle/ctrlp.vim"]
path = .vim/bundle/ctrlp.vim
url = http://github.com/kien/ctrlp.vim.git
[submodule ".vim/bundle/syntastic"]
path = .vim/bundle/syntastic
url = git://github.com/scrooloose/syntastic.git
[submodule ".vim/bundle/neocomplete.vim"]
path = .vim/bundle/neocomplete.vim
url = git@github.com:Shougo/neocomplete.vim.git