forked from DxCx/WorkEnv
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
69 lines (69 loc) · 2.42 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
67
68
69
[submodule "pathogen"]
path = pathogen
url = https://github.com/tpope/vim-pathogen
[submodule "bundle/protodef"]
path = bundle/protodef
url = https://github.com/derekwyatt/vim-protodef
[submodule "bundle/nerdtree"]
path = bundle/nerdtree
url = https://github.com/scrooloose/nerdtree
[submodule "bundle/xptemplate"]
path = bundle/xptemplate
url = https://github.com/drmingdrmer/xptemplate.git
[submodule "bundle/nerdcommenter"]
path = bundle/nerdcommenter
url = https://github.com/scrooloose/nerdcommenter.git
[submodule "bundle/open_file_under_cursor"]
path = bundle/open_file_under_cursor
url = https://github.com/amix/open_file_under_cursor.vim.git
[submodule "bundle/fswitch"]
path = bundle/fswitch
url = https://github.com/derekwyatt/vim-fswitch.git
[submodule "bundle/tabular"]
path = bundle/tabular
url = https://github.com/godlygeek/tabular
[submodule "bundle/fugitive"]
path = bundle/fugitive
url = https://github.com/tpope/vim-fugitive
[submodule "bundle/gundo"]
path = bundle/gundo
url = https://github.com/sjl/gundo.vim
[submodule "bundle/html5-syntax"]
path = bundle/html5-syntax
url = https://github.com/othree/html5-syntax.vim
[submodule "bundle/DirDiff"]
path = bundle/DirDiff
url = git://github.com/vim-scripts/DirDiff.vim.git
[submodule "bundle/syntastic"]
path = bundle/syntastic
url = https://github.com/scrooloose/syntastic.git
[submodule "bundle/sparkup"]
path = bundle/sparkup
url = https://github.com/bingaman/vim-sparkup.git
[submodule "bundle/jedi"]
path = bundle/jedi
url = https://github.com/davidhalter/jedi-vim.git
[submodule "bundle/airline"]
path = bundle/airline
url = https://github.com/bling/vim-airline.git
[submodule "bundle/ctrlp"]
path = bundle/ctrlp
url = https://github.com/kien/ctrlp.vim.git
[submodule "bundle/vim-bundle-mako"]
path = bundle/vim-bundle-mako
url = https://github.com/sophacles/vim-bundle-mako.git
[submodule "bundle/vim-easymotion"]
path = bundle/vim-easymotion
url = https://github.com/Lokaltog/vim-easymotion.git
[submodule "bundle/vim-misc"]
path = bundle/vim-misc
url = https://github.com/xolox/vim-misc.git
[submodule "bundle/hardmode"]
path = bundle/hardmode
url = https://github.com/wikitopian/hardmode.git
[submodule "bundle/solarized-theme.vim"]
path = bundle/solarized-theme.vim
url = git://github.com/altercation/vim-colors-solarized.git
[submodule "bundle/vim-coffee-script"]
path = bundle/vim-coffee-script
url = https://github.com/kchmck/vim-coffee-script.git