forked from spf13/spf13-vim
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
51 lines (51 loc) · 1.92 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
[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/supertab"]
path = .vim/bundle/supertab
url = http://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://git.wincent.com/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/snipmate-snippets/snippets"]
path = .vim/bundle/snipmate-snippets/snippets
url = git://github.com/spf13/snipmate-snippets.git
[submodule ".vim/bundle/piv"]
path = .vim/bundle/piv
url = git://github.com/taxilian/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/taxilian/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