blob: bf26f066ecda07409ec3450735ca77d6f30a9bd8 (
plain)
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
28
29
30
|
[submodule ".oh-my-zsh"]
path = .oh-my-zsh
url = git://github.com/robbyrussell/oh-my-zsh.git
[submodule ".vim/bundle/nerdtree"]
path = .vim/bundle/nerdtree
url = https://github.com/scrooloose/nerdtree.git
[submodule ".vim/bundle/python-mode"]
path = .vim/bundle/python-mode
url = git://github.com/klen/python-mode.git
[submodule ".vim/bundle/vim-fugitive"]
path = .vim/bundle/vim-fugitive
url = git://github.com/tpope/vim-fugitive.git
[submodule ".vim/bundle/ctrlp.vim"]
path = .vim/bundle/ctrlp.vim
url = https://github.com/kien/ctrlp.vim.git
[submodule ".vim/bundle/vim-easymotion"]
path = .vim/bundle/vim-easymotion
url = https://github.com/Lokaltog/vim-easymotion.git
[submodule ".vim/bundle/rainbow_parentheses.vim"]
path = .vim/bundle/rainbow_parentheses.vim
url = https://github.com/kien/rainbow_parentheses.vim.git
[submodule ".vim/bundle/taglist.vim"]
path = .vim/bundle/taglist.vim
url = https://github.com/vim-scripts/taglist.vim.git
[submodule ".vim/bundle/tagbar"]
path = .vim/bundle/tagbar
url = https://github.com/majutsushi/tagbar.git
[submodule ".vim/bundle/bufexplorer"]
path = .vim/bundle/bufexplorer
url = https://github.com/c9s/bufexplorer.git
|