forked from spf13/spf13-vim
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
66 lines (66 loc) · 2.52 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
61
62
63
64
65
66
[submodule ".vim/bundle/snipmate"]
path = .vim/bundle/snipmate
url = git://github.com/spf13/snipmate.vim.git
[submodule ".vim/bundle/nerdcommenter"]
path = .vim/bundle/nerdcommenter
url = git://github.com/scrooloose/nerdcommenter.git
[submodule ".vim/bundle/spf13-vim-colors"]
path = .vim/bundle/spf13-vim-colors
url = git://github.com/spf13/vim-colors.git
[submodule ".vim/bundle/snipmate-snippets"]
path = .vim/bundle/snipmate-snippets
url = git://github.com/spf13/snipmate-snippets.git
[submodule ".vim/bundle/snipmate-snippets/snippets"]
path = .vim/bundle/snipmate-snippets/snippets
url = git://github.com/spf13/snipmate-snippets.git
[submodule ".vim/bundle/supertab"]
path = .vim/bundle/supertab
url = git://github.com/ervandew/supertab.git
[submodule ".vim/bundle/fugitive"]
path = .vim/bundle/fugitive
url = http://github.com/tpope/vim-fugitive.git
[submodule ".vim/bundle/delimitMate"]
path = .vim/bundle/delimitMate
url = http://github.com/Raimondi/delimitMate.git
[submodule ".vim/bundle/checksyntax"]
path = .vim/bundle/checksyntax
url = http://github.com/tomtom/checksyntax_vim.git
[submodule ".vim/bundle/command-t"]
path = .vim/bundle/command-t
url = git://github.com/wincent/Command-T.git
[submodule ".vim/bundle/vim-markdown"]
path = .vim/bundle/vim-markdown
url = git://github.com/spf13/vim-markdown.git
[submodule ".vim/bundle/easytags"]
path = .vim/bundle/easytags
url = http://github.com/spf13/vim-easytags.git
[submodule ".vim/bundle/surround"]
path = .vim/bundle/surround
url = git://github.com/spf13/vim-surround.git
[submodule ".vim/bundle/piv"]
path = .vim/bundle/piv
url = git://github.com/spf13/PIV.git
[submodule ".vim/bundle/VimDebugger"]
path = .vim/bundle/VimDebugger
url = git://github.com/taxilian/VimDebugger.git
[submodule ".vim/bundle/nerdtree"]
path = .vim/bundle/nerdtree
url = git://github.com/spf13/nerdtree.git
[submodule ".vim/bundle/jslint"]
path = .vim/bundle/jslint
url = git://github.com/bloveridge/jslint.vim.git
[submodule ".vim/bundle/pyflakes"]
path = .vim/bundle/pyflakes
url = git://github.com/bloveridge/pyflakes-vim.git
[submodule ".vim/bundle/ack"]
path = .vim/bundle/ack
url = git://github.com/mileszs/ack.vim.git
[submodule ".vim/bundle/vim-json"]
path = .vim/bundle/vim-json
url = git://github.com/leshill/vim-json.git
[submodule ".vim/bundle/vim-colors-solarized"]
path = .vim/bundle/vim-colors-solarized
url = https://github.com/altercation/vim-colors-solarized.git
[submodule ".vim/bundle/pydoc.vim"]
path = .vim/bundle/pydoc.vim
url = https://github.com/fs111/pydoc.vim.git