forked from IntuitiveWebSolutions/VimConf
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitmodules
54 lines (54 loc) · 2.18 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
[submodule ".vim/bundle/vim-surround"]
path = .vim/bundle/vim-surround
url = git://github.com/tpope/vim-surround.git
[submodule ".vim/bundle/nerdtree"]
path = .vim/bundle/nerdtree
url = git://github.com/scrooloose/nerdtree.git
[submodule ".vim/bundle/tagbar"]
path = .vim/bundle/tagbar
url = git://github.com/majutsushi/tagbar.git
[submodule ".vim/bundle/php.vim--Garvin"]
path = .vim/bundle/php.vim--Garvin
url = git://github.com/vim-scripts/php.vim--Garvin.git
[submodule ".vim/bundle/vim-coffee-script"]
path = .vim/bundle/vim-coffee-script
url = git://github.com/kchmck/vim-coffee-script.git
[submodule ".vim/bundle/vim-javascript"]
path = .vim/bundle/vim-javascript
url = git://github.com/pangloss/vim-javascript.git
[submodule ".vim/bundle/vim-repeat"]
path = .vim/bundle/vim-repeat
url = git://github.com/tpope/vim-repeat.git
[submodule ".vim/bundle/vim-abolish"]
path = .vim/bundle/vim-abolish
url = git://github.com/tpope/vim-abolish.git
[submodule ".vim/bundle/vim-pathogen"]
path = .vim/bundle/vim-pathogen
url = git://github.com/tpope/vim-pathogen.git
[submodule ".vim/bundle/syntastic"]
path = .vim/bundle/syntastic
url = git://github.com/scrooloose/syntastic.git
[submodule ".vim/bundle/vim-indent-guides"]
path = .vim/bundle/vim-indent-guides
url = git://github.com/nathanaelkane/vim-indent-guides.git
[submodule ".vim/bundle/nerdcommenter"]
path = .vim/bundle/nerdcommenter
url = git://github.com/scrooloose/nerdcommenter.git
[submodule ".vim/bundle/vim-colors-solarized"]
path = .vim/bundle/vim-colors-solarized
url = git://github.com/altercation/vim-colors-solarized.git
[submodule ".vim/bundle/vim-colors-blayden"]
path = .vim/bundle/vim-colors-blayden
url = git://github.com/beardedprojamz/vim-colors-blayden.git
[submodule ".vim/bundle/vim-fugitive"]
path = .vim/bundle/vim-fugitive
url = git://github.com/tpope/vim-fugitive.git
[submodule ".vim/bundle/ctrlp"]
path = .vim/bundle/ctrlp
url = git://github.com/kien/ctrlp.vim.git
[submodule ".vim/bundle/vim-buffergator"]
path = .vim/bundle/vim-buffergator
url = git://github.com/jeetsukumaran/vim-buffergator.git
[submodule ".vim/bundle/python-mode"]
path = .vim/bundle/python-mode
url = git://github.com/klen/python-mode.git