forked from teleyinex/vim-dot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
60 lines (60 loc) · 2.14 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 "bundle/ack.vim"]
path = bundle/ack.vim
url = https://github.com/mileszs/ack.vim.git
[submodule "bundle/molokai.vim"]
path = bundle/molokai.vim
url = https://github.com/tomasr/molokai.git
[submodule "bundle/nerdtree"]
path = bundle/nerdtree
url = https://github.com/scrooloose/nerdtree
[submodule "bundle/sparkup"]
path = bundle/sparkup
url = https://github.com/rstacruz/sparkup
[submodule "bundle/vim-commentary"]
path = bundle/vim-commentary
url = git://github.com/tpope/vim-commentary.git
[submodule "bundle/vim-fugitive"]
path = bundle/vim-fugitive
url = git://github.com/tpope/vim-fugitive.git
[submodule "bundle/vim-rainbow-parenthesis"]
path = bundle/vim-rainbow-parenthesis
url = https://github.com/nablaa/vim-rainbow-parenthesis.git
[submodule "bundle/vim-repeat"]
path = bundle/vim-repeat
url = https://github.com/tpope/vim-repeat.git
[submodule "bundle/vim-surround"]
path = bundle/vim-surround
url = https://github.com/tpope/vim-surround.git
[submodule "bundle/vim-snipmate"]
path = bundle/vim-snipmate
url = git://github.com/garbas/vim-snipmate.git
[submodule "bundle/vim-addon-mw-utils"]
path = bundle/vim-addon-mw-utils
url = https://github.com/MarcWeber/vim-addon-mw-utils.git
[submodule "bundle/tlib_vim"]
path = bundle/tlib_vim
url = https://github.com/tomtom/tlib_vim.git
[submodule "bundle/snippets-bib"]
path = bundle/snippets-bib
url = git://github.com/rbonvall/snipmate-snippets-bib.git
[submodule "bundle/vim-makegreen"]
path = bundle/vim-makegreen
url = git://github.com/reinh/vim-makegreen.git
[submodule "bundle/nose.vim"]
path = bundle/nose.vim
url = git://github.com/vim-scripts/nose.vim.git
[submodule "bundle/vim-sparkup"]
path = bundle/vim-sparkup
url = https://github.com/tristen/vim-sparkup.git
[submodule "bundle/vim-powerline"]
path = bundle/vim-powerline
url = git://github.com/Lokaltog/vim-powerline.git
[submodule "bundle/vim-flake8"]
path = bundle/vim-flake8
url = https://github.com/nvie/vim-flake8
[submodule "bundle/molokai"]
path = bundle/molokai
url = https://github.com/tomasr/molokai.git
[submodule "bundle/vim-pathogen"]
path = bundle/vim-pathogen
url = https://github.com/tpope/vim-pathogen.git