-
Notifications
You must be signed in to change notification settings - Fork 5
/
.gitmodules
55 lines (55 loc) · 2.12 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
[submodule ".vim/bundle/vim-pathogen"]
path = .vim/bundle/vim-pathogen
url = git@github.com:tpope/vim-pathogen.git
[submodule ".zprezto"]
path = .zprezto
url = git@github.com:shelhamer/prezto.git
branch = shelhamer
[submodule ".vim/bundle/vim-fugitive"]
path = .vim/bundle/vim-fugitive
url = git@github.com:tpope/vim-fugitive.git
[submodule ".vim/bundle/vim-surround"]
path = .vim/bundle/vim-surround
url = git@github.com:tpope/vim-surround.git
[submodule ".vim/bundle/vim-airline"]
path = .vim/bundle/vim-airline
url = git@github.com:vim-airline/vim-airline.git
[submodule ".vim/bundle/vim-airline-themes"]
path = .vim/bundle/vim-airline-themes
url = git@github.com:vim-airline/vim-airline-themes.git
[submodule ".vim/bundle/ctrlp.vim"]
path = .vim/bundle/ctrlp.vim
url = git@github.com:ctrlpvim/ctrlp.vim.git
[submodule ".vim/bundle/vim-commentary"]
path = .vim/bundle/vim-commentary
url = git@github.com:tpope/vim-commentary.git
[submodule ".vim/bundle/tabular"]
path = .vim/bundle/tabular
url = git@github.com:godlygeek/tabular.git
[submodule ".vim/bundle/syntastic"]
path = .vim/bundle/syntastic
url = git@github.com:vim-syntastic/syntastic.git
[submodule ".vim/bundle/vim-unimpaired"]
path = .vim/bundle/vim-unimpaired
url = git@github.com:tpope/vim-unimpaired.git
[submodule ".vim/bundle/vim-markdown"]
path = .vim/bundle/vim-markdown
url = git@github.com:tpope/vim-markdown.git
[submodule ".vim/bundle/python-mode"]
path = .vim/bundle/python-mode
url = git@github.com:python-mode/python-mode.git
[submodule ".vim/bundle/vim-pandoc-syntax"]
path = .vim/bundle/vim-pandoc-syntax
url = git@github.com:vim-pandoc/vim-pandoc-syntax.git
[submodule ".vim/bundle/vim-pandoc"]
path = .vim/bundle/vim-pandoc
url = git@github.com:vim-pandoc/vim-pandoc.git
[submodule ".vim/bundle/base16-vim"]
path = .vim/bundle/base16-vim
url = git@github.com:chriskempson/base16-vim.git
[submodule ".config/base16-shell"]
path = .config/base16-shell
url = git@github.com:chriskempson/base16-shell.git
[submodule ".vim/bundle/vim-python-pep8-indent"]
path = .vim/bundle/vim-python-pep8-indent
url = git@github.com:Vimjas/vim-python-pep8-indent.git