forked from kballenegger/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
63 lines (63 loc) · 2.38 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
56
57
58
59
60
61
62
63
[submodule ".vim/bundle/vim-colors-solarized"]
path = .vim/bundle/solarized
url = https://github.com/altercation/vim-colors-solarized.git
[submodule ".vim/bundle/autoreadwatch"]
path = .vim/bundle/autoreadwatch
url = https://github.com/kballenegger/vim-autoreadwatch.git
[submodule ".vim/bundle/syntastic"]
path = .vim/bundle/syntastic
url = https://github.com/scrooloose/syntastic.git
[submodule ".vim/bundle/surround"]
path = .vim/bundle/surround
url = https://github.com/tpope/vim-surround.git
[submodule ".vim/bundle/markdown"]
path = .vim/bundle/markdown
url = https://github.com/tpope/vim-markdown.git
[submodule ".vim/bundle/ctrlp"]
path = .vim/bundle/ctrlp
url = https://github.com/kien/ctrlp.vim.git
[submodule ".vim/bundle/nerdcommenter"]
path = .vim/bundle/nerdcommenter
url = https://github.com/scrooloose/nerdcommenter.git
[submodule ".oh-my-zsh"]
path = .oh-my-zsh
url = https://github.com/robbyrussell/oh-my-zsh.git
[submodule ".vim/bundle/you-complete-me"]
path = .vim/bundle/you-complete-me
url = https://github.com/Valloric/YouCompleteMe.git
[submodule ".vim/bundle/autoclose"]
path = .vim/bundle/autoclose
url = https://github.com/Townk/vim-autoclose.git
[submodule ".vim/bundle/delimit-mate"]
path = .vim/bundle/delimit-mate
url = https://github.com/Raimondi/delimitMate.git
[submodule ".vim/bundle/tagbar"]
path = .vim/bundle/tagbar
url = https://github.com/majutsushi/tagbar.git
[submodule ".vim/bundle/powerline"]
path = .vim/bundle/powerline
url = https://github.com/Lokaltog/vim-powerline
[submodule ".vim/bundle/closetags"]
path = .vim/bundle/closetags
url = https://github.com/vim-scripts/closetag.vim.git
[submodule ".vim/bundle/supertab"]
path = .vim/bundle/supertab
url = https://github.com/ervandew/supertab.git
[submodule ".vim/bundle/git-gutter"]
path = .vim/bundle/git-gutter
url = https://github.com/airblade/vim-gitgutter
[submodule ".vim/bundle/ultisnips"]
path = .vim/bundle/ultisnips
url = https://github.com/SirVer/ultisnips.git
[submodule ".vim/bundle/ack"]
path = .vim/bundle/ack
url = https://github.com/mileszs/ack.vim
[submodule ".vim/bundle/tabular"]
path = .vim/bundle/tabular
url = https://github.com/godlygeek/tabular
[submodule ".vim/bundle/pasta"]
path = .vim/bundle/pasta
url = git://github.com/sickill/vim-pasta.git
[submodule ".vim/bundle/tpope-markdown"]
path = .vim/bundle/tpope-markdown
url = https://github.com/tpope/vim-markdown.git