-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
51 lines (51 loc) · 1.69 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
[submodule "bundle/fugitive"]
path = bundle/fugitive
url = http://github.com/tpope/vim-fugitive.git
[submodule "bundle/solarized"]
path = bundle/solarized
url = git://github.com/altercation/vim-colors-solarized.git
[submodule "bundle/supertab"]
path = bundle/supertab
url = git://github.com/ervandew/supertab.git
[submodule "bundle/unimpared"]
path = bundle/unimpared
url = git://github.com/tpope/vim-unimpaired.git
[submodule "bundle/surround"]
path = bundle/surround
url = git://github.com/tpope/vim-surround.git
[submodule "bundle/tomorrow"]
path = bundle/tomorrow
url = git://github.com/chriskempson/vim-tomorrow-theme.git
[submodule "bundle/commentary"]
path = bundle/commentary
url = git://github.com/tpope/vim-commentary.git
[submodule "bundle/r"]
path = bundle/r
url = https://github.com/vim-scripts/Vim-R-plugin.git
[submodule "bundle/julia"]
path = bundle/julia
url = git://github.com/JuliaLang/julia-vim.git
[submodule "bundle/slime"]
path = bundle/slime
url = git://github.com/jpalardy/vim-slime.git
[submodule "bundle/flake8"]
path = bundle/flake8
url = git://github.com/nvie/vim-flake8.git
[submodule "bundle/jshint"]
path = bundle/jshint
url = git://github.com/walm/jshint.vim.git
[submodule "bundle/syntastic"]
path = bundle/syntastic
url = https://github.com/scrooloose/syntastic.git
[submodule "bundle/molokai"]
path = bundle/molokai
url = git://github.com/tomasr/molokai.git
[submodule "bundle/vim-ipython"]
path = bundle/vim-ipython
url = git://github.com/ivanov/vim-ipython.git
[submodule "bundle/screen"]
path = bundle/screen
url = https://github.com/ervandew/screen.git
[submodule "bundle/R-plugin"]
path = bundle/R-plugin
url = https://github.com/jcfaria/Vim-R-plugin.git