forked from spf13/spf13-vim
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
39 lines (39 loc) · 1.46 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
[submodule ".vim/bundle/piv"]
path = .vim/bundle/piv
url = git://github.com/spf13/PIV.git
[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/tsaleh/vim-supertab.git
[submodule ".vim/bundle/nerdtree"]
path = .vim/bundle/nerdtree
url = http://github.com/scrooloose/nerdtree.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/VimDebugger"]
path = .vim/bundle/VimDebugger
url = [email protected]:taxilian/VimDebugger.git