-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
54 lines (54 loc) · 1.93 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
[submodule "bundle/ctrlp.vim"]
path = bundle/ctrlp.vim
url = [email protected]:kien/ctrlp.vim.git
[submodule "bundle/undotree"]
path = bundle/undotree
url = [email protected]:mbbill/undotree.git
[submodule "bundle/vim-commentary"]
path = bundle/vim-commentary
url = [email protected]:tpope/vim-commentary.git
[submodule "bundle/vim-fugitive"]
path = bundle/vim-fugitive
url = [email protected]:tpope/vim-fugitive.git
[submodule "bundle/vim-scratch"]
path = bundle/vim-scratch
url = [email protected]:duff/vim-scratch.git
[submodule "bundle/vim-sensible"]
path = bundle/vim-sensible
url = [email protected]:tpope/vim-sensible.git
[submodule "bundle/papercolor-theme"]
path = bundle/papercolor-theme
url = [email protected]:NLKNguyen/papercolor-theme.git
[submodule "bundle/vim-airline"]
path = bundle/vim-airline
url = https://github.com/bling/vim-airline
[submodule "bundle/vim-colors-pencil"]
path = bundle/vim-colors-pencil
url = [email protected]:reedes/vim-colors-pencil.git
[submodule "bundle/vim-gitgutter"]
path = bundle/vim-gitgutter
url = [email protected]:airblade/vim-gitgutter.git
[submodule "bundle/vim-go"]
path = bundle/vim-go
url = https://github.com/fatih/vim-go.git
[submodule "bundle/vim-python-pep8-indent"]
path = bundle/vim-python-pep8-indent
url = https://github.com/hynek/vim-python-pep8-indent.git
[submodule "bundle/vim-markdown"]
path = bundle/vim-markdown
url = [email protected]:plasticboy/vim-markdown.git
[submodule "bundle/nerdtree"]
path = bundle/nerdtree
url = [email protected]:scrooloose/nerdtree.git
[submodule "bundle/syntastic"]
path = bundle/syntastic
url = [email protected]:vim-syntastic/syntastic.git
[submodule "bundle/nerdtree-git-plugin"]
path = bundle/nerdtree-git-plugin
url = [email protected]:Xuyuanp/nerdtree-git-plugin.git
[submodule "bundle/vim-airline-themes"]
path = bundle/vim-airline-themes
url = [email protected]:vim-airline/vim-airline-themes.git
[submodule "bundle/ale"]
path = bundle/ale
url = [email protected]:w0rp/ale.git