-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.gitmodules
48 lines (48 loc) · 1.8 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
[submodule ".vim/bundle/fugutive"]
path = .vim/bundle/fugutive
url = git://github.com/tpope/vim-fugitive.git
[submodule ".vim/bundle/nerdtree"]
path = .vim/bundle/nerdtree
url = git://github.com/scrooloose/nerdtree.git
[submodule ".vim/bundle/command-t"]
path = .vim/bundle/command-t
url = git://git.wincent.com/command-t.git
[submodule ".vim/bundle/findfile"]
path = .vim/bundle/findfile
url = git://github.com/statico/FindFile.vim.git
[submodule ".vim/bundle/nerdcommenter"]
path = .vim/bundle/nerdcommenter
url = git://github.com/scrooloose/nerdcommenter.git
[submodule ".vim/bundle/supertab"]
path = .vim/bundle/supertab
url = git://github.com/ervandew/supertab.git
[submodule ".vim/bundle/taglist"]
path = .vim/bundle/taglist
url = git://github.com/vim-scripts/taglist.vim.git
[submodule ".vim/bundle/lustyExplorer"]
path = .vim/bundle/lustyExplorer
url = git://github.com/sjbach/lusty.git
[submodule ".vim/bundle/grep"]
path = .vim/bundle/grep
url = git://github.com/vim-scripts/grep.vim.git
[submodule ".vim/bundle/vim-surround"]
path = .vim/bundle/vim-surround
url = git://github.com/tpope/vim-surround.git
[submodule ".vim/bundle/vim-php-namespace"]
path = .vim/bundle/vim-php-namespace
url = [email protected]:jsuggs/vim-php-namespace.git
[submodule ".vim/bundle/vim-symfony"]
path = .vim/bundle/vim-symfony
url = [email protected]:jsuggs/vim-symfony.git
[submodule ".vim/bundle/vim-easytags"]
path = .vim/bundle/vim-easytags
url = [email protected]:jsuggs/vim-easytags.git
[submodule ".vim/bundle/vim-easymotion"]
path = .vim/bundle/vim-easymotion
url = [email protected]:jsuggs/vim-easymotion.git
[submodule ".vim/bundle/syntastic"]
path = .vim/bundle/syntastic
url = https://github.com/scrooloose/syntastic.git
[submodule ".vim/bundle/ctrlp"]
path = .vim/bundle/ctrlp
url = https://github.com/kien/ctrlp.vim.git