-
Notifications
You must be signed in to change notification settings - Fork 2
/
.gitmodules
24 lines (24 loc) · 864 Bytes
/
.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
[submodule "bundle/ack.vim"]
path = bundle/ack.vim
url = [email protected]:mileszs/ack.vim.git
[submodule "bundle/ctrlp.vim"]
path = bundle/ctrlp.vim
url = [email protected]:kien/ctrlp.vim.git
[submodule "bundle/syntastic"]
path = bundle/syntastic
url = [email protected]:scrooloose/syntastic.git
[submodule "bundle/vim-airline"]
path = bundle/vim-airline
url = [email protected]:bling/vim-airline.git
[submodule "bundle/vim-fugitive"]
path = bundle/vim-fugitive
url = [email protected]:tpope/vim-fugitive.git
[submodule "bundle/vim-markdown"]
path = bundle/vim-markdown
url = https://github.com/tpope/vim-markdown.git
[submodule "bundle/editorconfig-vim"]
path = bundle/editorconfig-vim
url = [email protected]:editorconfig/editorconfig-vim.git
[submodule "bundle/vim-pydocstring"]
path = bundle/vim-pydocstring
url = https://github.com/heavenshell/vim-pydocstring