forked from benofbrown/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
39 lines (39 loc) · 1.48 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
[submodule "vim/.vim/bundle/puppet"]
path = vim/.vim/bundle/puppet
url = git://github.com/rodjek/vim-puppet.git
[submodule "vim/.vim/bundle/vim-airline"]
path = vim/.vim/bundle/vim-airline
url = https://github.com/bling/vim-airline
[submodule "vim/.vim/bundle/vim-fugitive"]
path = vim/.vim/bundle/vim-fugitive
url = git://github.com/tpope/vim-fugitive.git
[submodule "vim/.vim/bundle/tagbar"]
path = vim/.vim/bundle/tagbar
url = git://github.com/majutsushi/tagbar
[submodule "zsh/.zsh/zsh-syntax-highlighting"]
path = zsh/.zsh/zsh-syntax-highlighting
url = git://github.com/zsh-users/zsh-syntax-highlighting.git
[submodule "vim/.vim/vim-yaml"]
path = vim-yaml/.vim
url = https://github.com/stephpy/vim-yaml.git
[submodule "oh-my-zsh/.oh-my-zsh"]
path = zsh/.oh-my-zsh
url = https://github.com/benofbrown/oh-my-zsh.git
[submodule "vim/.vim/bundle/ack.vim"]
path = vim/.vim/bundle/ack.vim
url = https://github.com/mileszs/ack.vim.git
[submodule "vim/.vim/bundle/syntastic"]
path = vim/.vim/bundle/syntastic
url = https://github.com/scrooloose/syntastic.git
[submodule "vim/.vim/bundle/command-t"]
path = vim/.vim/bundle/command-t
url = git://git.wincent.com/command-t.git
[submodule "jinja/.vim"]
path = jinja/.vim
url = https://github.com/Glench/Vim-Jinja2-Syntax.git
[submodule "vim/.vim/bundle/ale"]
path = vim/.vim/bundle/ale
url = https://github.com/benofbrown/ale.git
[submodule "vim/.vim/bundle/kotlin-vim"]
path = vim/.vim/bundle/kotlin-vim
url = https://github.com/udalov/kotlin-vim