-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
30 lines (30 loc) · 1.21 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
[submodule ".vim/bundle/ctrlp.vim"]
path = .vim/bundle/ctrlp.vim
url = https://github.com/kien/ctrlp.vim
[submodule ".vim/bundle/delimitMate"]
path = .vim/bundle/delimitMate
url = https://github.com/Raimondi/delimitMate
[submodule ".vim/bundle/nerdtree"]
path = .vim/bundle/nerdtree
url = https://github.com/scrooloose/nerdtree
[submodule ".vim/bundle/phpcomplete.vim"]
path = .vim/bundle/phpcomplete.vim
url = https://github.com/shawncplus/phpcomplete.vim
[submodule ".vim/bundle/php.vim"]
path = .vim/bundle/php.vim
url = https://github.com/StanAngeloff/php.vim
[submodule ".vim/bundle/vim-better-whitespace"]
path = .vim/bundle/vim-better-whitespace
url = https://github.com/ntpeters/vim-better-whitespace
[submodule ".vim/bundle/vim-colors-solarized"]
path = .vim/bundle/vim-colors-solarized
url = https://github.com/altercation/vim-colors-solarized
[submodule ".vim/bundle/vim-commentary"]
path = .vim/bundle/vim-commentary
url = https://github.com/tpope/vim-commentary
[submodule ".vim/bundle/vim-multiple-cursors"]
path = .vim/bundle/vim-multiple-cursors
url = https://github.com/terryma/vim-multiple-cursors
[submodule ".vim/bundle/vim-perl"]
path = .vim/bundle/vim-perl
url = https://github.com/vim-perl/vim-perl