-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.gitmodules
68 lines (68 loc) · 2.32 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
[submodule "dotvim/bundle/vim-coffee-script"]
path = dotvim/bundle/vim-coffee-script
url = https://github.com/kchmck/vim-coffee-script.git
branch = master
[submodule "https://github.com/yejianye/jshint.vim.git"]
path = dotvim/bundle/jshint.vim
url = https://github.com/yejianye/jshint.vim.git
branch = master
[submodule "dotvim/bundle/pyflakes"]
path = dotvim/bundle/pyflakes
url = https://github.com/kevinw/pyflakes
branch = master
[submodule "dotvim/bundle/vim-haml"]
path = dotvim/bundle/vim-haml
url = https://github.com/tpope/vim-haml
branch = master
[submodule "dotvim/bundle/vim-jade"]
path = dotvim/bundle/vim-jade
url = https://github.com/digitaltoad/vim-jade.git
branch = master
[submodule "dotvim/bundle/vim-pep8"]
path = dotvim/bundle/vim-pep8
url = https://github.com/nvie/vim-pep8
branch = master
[submodule "dotvim/bundle/supertab"]
path = dotvim/bundle/supertab
url = https://github.com/ervandew/supertab
branch = master
[submodule "dotvim/bundle/ctrlp"]
path = dotvim/bundle/ctrlp
url = https://github.com/kien/ctrlp.vim.git
branch = master
[submodule "dotvim/bundle/syntastic"]
path = dotvim/bundle/syntastic
url = https://github.com/scrooloose/syntastic.git
branch = master
[submodule "dotvim/bundle/fugitive"]
path = dotvim/bundle/fugitive
url = git://github.com/tpope/vim-fugitive.git
branch = master
[submodule "dotvim/bundle/makegreen"]
path = dotvim/bundle/makegreen
url = https://github.com/reinh/vim-makegreen
branch = master
[submodule "dotvim/bundle/vim-less"]
path = dotvim/bundle/vim-less
url = https://github.com/groenewege/vim-less.git
branch = master
[submodule "dotvim/bundle/vim-golang"]
path = dotvim/bundle/vim-golang
url = https://github.com/jnwhiteh/vim-golang.git
branch = master
[submodule "dotvim/bundle/vim-airline"]
path = dotvim/bundle/vim-airline
url = https://github.com/bling/vim-airline.git
branch = master
[submodule "dotvim/bundle/vim-colors-solarized"]
path = dotvim/bundle/vim-colors-solarized
url = https://github.com/altercation/vim-colors-solarized.git
branch = master
[submodule "dotvim/bundle/vim-localvimrc"]
path = dotvim/bundle/vim-localvimrc
url = https://github.com/embear/vim-localvimrc.git
branch = master
[submodule "dotvim/bundle/vim-easymotion"]
path = dotvim/bundle/vim-easymotion
url = https://github.com/Lokaltog/vim-easymotion.git
branch = master