-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path.gitmodules
66 lines (66 loc) · 2.64 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/code_complete"]
path = .vim/bundle/code_complete
url = https://github.com/mbbill/code_complete.git
[submodule ".vim/bundle/vim-markdown"]
path = .vim/bundle/vim-markdown
url = https://github.com/plasticboy/vim-markdown.git
[submodule ".vim/bundle/nerdtree"]
path = .vim/bundle/nerdtree
url = https://github.com/scrooloose/nerdtree.git
#[submodule ".vim/bundle/phpdoc"]
# path = .vim/bundle/phpdoc
# url = https://github.com/vexxor/phpdoc.vim.git
[submodule ".vim/bundle/phpfolding"]
path = .vim/bundle/phpfolding
url = https://github.com/vim-scripts/phpfolding.vim.git
[submodule ".vim/bundle/snipmate"]
path = .vim/bundle/snipmate
url = https://github.com/msanders/snipmate.vim.git
[submodule ".vim/bundle/taglist"]
path = .vim/bundle/taglist
url = https://github.com/vim-scripts/taglist.vim.git
[submodule ".vim/bundle/vim-template"]
path = .vim/bundle/vim-template
url = https://github.com/aperezdc/vim-template.git
[submodule ".vim/bundle/vim-behat"]
path = .vim/bundle/vim-behat
url = https://github.com/veloce/vim-behat.git
[submodule ".vim/bundle/vim-fugitive"]
path = .vim/bundle/vim-fugitive
url = https://github.com/tpope/vim-fugitive.git
[submodule ".vim/bundle/vim-gitgutter"]
path = .vim/bundle/vim-gitgutter
url = https://github.com/airblade/vim-gitgutter.git
#[submodule ".vim/bundle/YouCompleteMe"]
# path = .vim/bundle/YouCompleteMe
# url = https://github.com/Valloric/YouCompleteMe.git
[submodule ".vim/bundle/vim-php-cs-fixer"]
path = .vim/bundle/vim-php-cs-fixer
url = https://github.com/stephpy/vim-php-cs-fixer.git
[submodule ".vim/bundle/vim-powerline"]
path = .vim/bundle/vim-powerline
url = https://github.com/Lokaltog/vim-powerline.git
[submodule ".vim/bundle/vim-symfony"]
path = .vim/bundle/vim-symfony
url = https://github.com/docteurklein/vim-symfony.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/vim-golang"]
path = .vim/bundle/vim-golang
url = https://github.com/AndrewRadev/vim-golang.git
[submodule ".vim/bundle/vim-twig"]
path = .vim/bundle/vim-twig
url = https://github.com/evidens/vim-twig.git
[submodule ".vim/bundle/html5.vim"]
path = .vim/bundle/html5.vim
url = https://github.com/othree/html5.vim.git
[submodule ".vim/bundle/vim-snipmate"]
path = .vim/bundle/vim-snipmate
url = https://github.com/garbas/vim-snipmate.git
[submodule ".vim/bundle/tlib_vim"]
path = .vim/bundle/tlib_vim
url = https://github.com/tomtom/tlib_vim.git
[submodule ".vim/bundle/vim-addon-mw-utils"]
path = .vim/bundle/vim-addon-mw-utils
url = https://github.com/MarcWeber/vim-addon-mw-utils.git