-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitmodules
More file actions
42 lines (42 loc) · 1.56 KB
/
.gitmodules
File metadata and controls
42 lines (42 loc) · 1.56 KB
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
[submodule "oh-my-zsh"]
path = oh-my-zsh
url = git://github.com/robbyrussell/oh-my-zsh.git
[submodule "vim/bundle/Command-T"]
path = vim/bundle/Command-T
url = git://github.com/wincent/Command-T.git
[submodule "vim/bundle/molokai"]
path = vim/bundle/molokai
url = git://github.com/tomasr/molokai.git
[submodule "vim/bundle/nerdcommenter"]
path = vim/bundle/nerdcommenter
url = git://github.com/scrooloose/nerdcommenter.git
[submodule "vim/bundle/supertab"]
path = vim/bundle/supertab
url = git://github.com/ervandew/supertab.git
[submodule "vim/bundle/syntastic"]
path = vim/bundle/syntastic
url = git://github.com/scrooloose/syntastic.git
[submodule "vim/bundle/vim-fugitive"]
path = vim/bundle/vim-fugitive
url = git://github.com/tpope/vim-fugitive.git
[submodule "vim/bundle/vim-pathogen"]
path = vim/bundle/vim-pathogen
url = git://github.com/tpope/vim-pathogen.git
[submodule "vim/bundle/vim-powerline"]
path = vim/bundle/vim-powerline
url = https://github.com/Lokaltog/vim-powerline.git
[submodule "vim/bundle/vim-repeat"]
path = vim/bundle/vim-repeat
url = git://github.com/tpope/vim-repeat.git
[submodule "vim/bundle/vim-surround"]
path = vim/bundle/vim-surround
url = git://github.com/tpope/vim-surround.git
[submodule "vim/bundle/vim-easytags"]
path = vim/bundle/vim-easytags
url = git://github.com/xolox/vim-easytags.git
[submodule "vim/bundle/vim-gitgutter"]
path = vim/bundle/vim-gitgutter
url = git://github.com/airblade/vim-gitgutter.git
[submodule "vim/bundle/jsoncodecs"]
path = vim/bundle/jsoncodecs
url = https://github.com/michalliu/jsoncodecs.vim.git