-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
27 lines (27 loc) · 1.13 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 "src/.vim/bundle/ctrlp.vim"]
path = src/.vim/bundle/ctrlp.vim
url = https://github.com/kien/ctrlp.vim.git
[submodule "src/.vim/bundle/ack.vim"]
path = src/.vim/bundle/ack.vim
url = https://github.com/mileszs/ack.vim.git
[submodule "src/.vim/bundle/nerdtree"]
path = src/.vim/bundle/nerdtree
url = https://github.com/scrooloose/nerdtree.git
[submodule "src/.vim/bundle/syntastic"]
path = src/.vim/bundle/syntastic
url = https://github.com/scrooloose/syntastic.git
[submodule "src/.vim/bundle/vim-nerdtree-tabs"]
path = src/.vim/bundle/vim-nerdtree-tabs
url = https://github.com/jistr/vim-nerdtree-tabs.git
[submodule "src/.vim/bundle/vim-airline"]
path = src/.vim/bundle/vim-airline
url = https://github.com/bling/vim-airline
[submodule "src/.vim/bundle/vim-colors-solarized"]
path = src/.vim/bundle/vim-colors-solarized
url = git://github.com/altercation/vim-colors-solarized.git
[submodule "src/.vim/bundle/vim-fugitive"]
path = src/.vim/bundle/vim-fugitive
url = git://github.com/tpope/vim-fugitive.git
[submodule "src/.vim/bundle/indentLine"]
path = src/.vim/bundle/indentLine
url = https://github.com/Yggdroot/indentLine.git