-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
49 lines (48 loc) · 1.83 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
[submodule ".vim/bundle/fugitive"]
path = .vim/bundle/fugitive
url = git://github.com/tpope/vim-fugitive.git
[submodule ".vim/bundle/vim-ipython"]
path = .vim/bundle/vim-ipython
url = git://github.com/ivanov/vim-ipython
[submodule ".vim/bundle/snipmate"]
path = .vim/bundle/snipmate
url = git://github.com/garbas/vim-snipmate.git
[submodule ".vim/bundle/makegreen"]
path = .vim/bundle/makegreen
url = https://github.com/reinh/vim-makegreen
[submodule ".vim/bundle/pyflakes"]
path = .vim/bundle/pyflakes
url = https://github.com/mitechie/pyflakes-pathogen.git
[submodule ".vim/bundle/compiler"]
path = .vim/bundle/compiler
url = https://github.com/olethanh/Vim-nosecompiler.git
[submodule ".vim/bundle/tcomment"]
path = .vim/bundle/tcomment
url = https://github.com/tomtom/tcomment_vim.git
[submodule ".vim/bundle/Command-T"]
path = .vim/bundle/Command-T
url = https://github.com/wincent/Command-T.git
[submodule ".vim/bundle/gundo"]
path = .vim/bundle/gundo
url = http://github.com/sjl/gundo.vim.git
[submodule ".vim/bundle/syntastic"]
path = .vim/bundle/syntastic
url = https://github.com/scrooloose/syntastic.git
[submodule ".vim/bundle/snipmate-snippets"]
path = .vim/bundle/snipmate-snippets
url = https://github.com/honza/snipmate-snippets.git
[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/taglist"]
path = .vim/bundle/taglist
url = https://github.com/vim-scripts/taglist.vim.git
[submodule ".vim/bundle/supertab"]
path = .vim/bundle/supertab
url = https://github.com/ervandew/supertab.git
[submodule "git-hooks/gofmt-git-hook"]
path = git-hooks/gofmt-git-hook
url = https://github.com/edsrzf/gofmt-git-hook.git