-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitmodules
27 lines (27 loc) · 1.05 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
[submodule "bundle/nerdtree"]
path = bundle/nerdtree
url = http://github.com/scrooloose/nerdtree.git
[submodule "bundle/endwise"]
path = bundle/endwise
url = https://github.com/tpope/vim-endwise.git
[submodule "bundle/surround"]
path = bundle/surround
url = https://github.com/tpope/vim-surround.git
[submodule "vim-log-highlighting"]
path = bundle/vim-log-highlighting
url = https://github.com/MTDL9/vim-log-highlighting.git
[submodule "pack/dist/start/vim-airline"]
path = pack/dist/start/vim-airline
url = https://github.com/vim-airline/vim-airline.git
[submodule "bundle/syntastic"]
path = bundle/syntastic
url = https://github.com/vim-syntastic/syntastic.git
[submodule "pack/dist/start/vim-airline-themes"]
path = pack/dist/start/vim-airline-themes
url = https://github.com/vim-airline/vim-airline-themes.git
[submodule "pack/dist/start/vim-fugitive"]
path = pack/dist/start/vim-fugitive
url = https://github.com/tpope/vim-fugitive.git
[submodule "pack/plugins/start/vim-go"]
path = pack/plugins/start/vim-go
url = https://github.com/fatih/vim-go.git