-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitmodules
33 lines (33 loc) · 1.1 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
[submodule "ag.vim"]
path = bundle/ag.vim
url = https://github.com/rking/ag.vim.git
[submodule "ctrlp.vim"]
path = bundle/ctrlp.vim
url = https://github.com/ctrlpvim/ctrlp.vim.git
[submodule "nerdtree"]
path = bundle/nerdtree
url = https://github.com/scrooloose/nerdtree.git
[submodule "vim-flake8"]
path = bundle/vim-flake8
url = https://github.com/nvie/vim-flake8.git
[submodule "bundle/tmuxline.vim"]
path = bundle/tmuxline.vim
url = https://github.com/edkolev/tmuxline.vim
[submodule "bundle/syntastic"]
path = bundle/syntastic
url = https://github.com/scrooloose/syntastic
[submodule "bundle/vim-surround"]
path = bundle/vim-surround
url = https://github.com/tpope/vim-surround
[submodule "bundle/tagbar"]
path = bundle/tagbar
url = https://github.com/majutsushi/tagbar
[submodule "bundle/nerdcommenter"]
path = bundle/nerdcommenter
url = https://github.com/scrooloose/nerdcommenter
[submodule "bundle/conque.vim"]
path = bundle/conque.vim
url = https://github.com/wkentaro-archive/conque.vim.git
[submodule "bundle/vim-qml"]
path = bundle/vim-qml
url = https://github.com/peterhoeg/vim-qml.git