This repository has been archived by the owner on Apr 12, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 18
/
.gitmodules
60 lines (60 loc) · 2.21 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
55
56
57
58
59
60
[submodule "vim/bundle/vim-flake8"]
path = vim/bundle/vim-flake8
url = https://github.com/nvie/vim-flake8.git
[submodule "vim/bundle/vim-fugitive"]
path = vim/bundle/vim-fugitive
url = https://github.com/tpope/vim-fugitive
[submodule "vim/bundle/nerdtree"]
path = vim/bundle/nerdtree
url = https://github.com/scrooloose/nerdtree
[submodule "vim/bundle/tlib_vim"]
path = vim/bundle/tlib_vim
url = https://github.com/tomtom/tlib_vim.git
[submodule "vim/bundle/vim-addon-mw-utils"]
path = vim/bundle/vim-addon-mw-utils
url = https://github.com/MarcWeber/vim-addon-mw-utils.git
[submodule "vim/bundle/vim-snipmate"]
path = vim/bundle/vim-snipmate
url = https://github.com/garbas/vim-snipmate
[submodule "vim/bundle/vim-snippets"]
path = vim/bundle/vim-snippets
url = https://github.com/honza/vim-snippets.git
[submodule "vim/bundle/gundo"]
path = vim/bundle/gundo
url = https://github.com/sjl/gundo.vim
[submodule "vim/bundle/vim-cucumber"]
path = vim/bundle/vim-cucumber
url = https://github.com/tpope/vim-cucumber
[submodule "vim/bundle/vim-orgmode"]
path = vim/bundle/vim-orgmode
url = https://github.com/jceb/vim-orgmode
[submodule "vim/bundle/taglist"]
path = vim/bundle/taglist
url = https://github.com/vim-scripts/taglist.vim
[submodule "vim/bundle/nerdcommenter"]
path = vim/bundle/nerdcommenter
url = https://github.com/scrooloose/nerdcommenter
[submodule "vim/bundle/vim-python-pep8-indent"]
path = vim/bundle/vim-python-pep8-indent
url = https://github.com/Vimjas/vim-python-pep8-indent
[submodule "vim/bundle/pgsql"]
path = vim/bundle/pgsql
url = https://github.com/exu/pgsql.vim
[submodule "vim/bundle/taskpaper"]
path = vim/bundle/taskpaper
url = https://github.com/davidoc/taskpaper.vim
[submodule "vim/bundle/DoxygenToolkit"]
path = vim/bundle/DoxygenToolkit
url = https://github.com/vim-scripts/DoxygenToolkit.vim
[submodule "vim/bundle/xmledit"]
path = vim/bundle/xmledit
url = https://github.com/sukima/xmledit/
[submodule "vim/bundle/riv"]
path = vim/bundle/riv
url = https://github.com/Rykka/riv.vim
[submodule "vim/bundle/pydoc"]
path = vim/bundle/pydoc
url = https://github.com/fs111/pydoc.vim
[submodule "vim/bundle/TaskList"]
path = vim/bundle/TaskList
url = https://github.com/vim-scripts/TaskList.vim