-
Notifications
You must be signed in to change notification settings - Fork 2
/
.gitmodules
81 lines (81 loc) · 2.73 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
70
71
72
73
74
75
76
77
78
79
80
81
[submodule "bundle/rails"]
path = bundle/rails
url = git://github.com/tpope/vim-rails.git
[submodule "bundle/latex"]
path = bundle/latex
url = git://vim-latex.git.sourceforge.net/gitroot/vim-latex/vim-latex
[submodule "bundle/closetag"]
path = bundle/closetag
url = git://github.com/vim-scripts/closetag.vim.git
[submodule "bundle/ruby"]
path = bundle/ruby
url = git://github.com/vim-ruby/vim-ruby.git
[submodule "bundle/colors-solarized"]
path = bundle/colors-solarized
url = git://github.com/altercation/vim-colors-solarized.git
[submodule "bundle/tabular"]
path = bundle/tabular
url = git://github.com/godlygeek/tabular.git
[submodule "bundle/haml"]
path = bundle/haml
url = git://github.com/tpope/vim-haml.git
[submodule "bundle/fugitive"]
path = bundle/fugitive
url = git://github.com/tpope/vim-fugitive.git
[submodule "bundle/cucumber"]
path = bundle/cucumber
url = git://github.com/tpope/vim-cucumber.git
[submodule "bundle/rake"]
path = bundle/rake
url = git://github.com/tpope/vim-rake.git
[submodule "bundle/markdown"]
path = bundle/markdown
url = git://github.com/tpope/vim-markdown.git
[submodule "bundle/JSON"]
path = bundle/JSON
url = https://github.com/vim-scripts/JSON.vim
[submodule "bundle/nerdtree"]
path = bundle/nerdtree
url = https://github.com/scrooloose/nerdtree.git
[submodule "bundle/coffee-script"]
path = bundle/coffee-script
url = git://github.com/kchmck/vim-coffee-script.git
[submodule "bundle/clojure"]
path = bundle/clojure
url = git://github.com/vim-scripts/VimClojure.git
[submodule "bundle/less"]
path = bundle/less
url = git://github.com/groenewege/vim-less.git
[submodule "bundle/jade"]
path = bundle/jade
url = git://github.com/digitaltoad/vim-jade.git
[submodule "bundle/vim-pathogen"]
path = bundle/vim-pathogen
url = git://github.com/tpope/vim-pathogen.git
[submodule "bundle/vim-git"]
path = bundle/vim-git
url = git://github.com/tpope/vim-git.git
[submodule "bundle/yesod-templates"]
path = bundle/yesod-templates
url = git://github.com/pbrisbin/html-template-syntax.git
[submodule "bundle/haskellmode"]
path = bundle/haskellmode
url = git://github.com/lukerandall/haskellmode-vim.git
[submodule "bundle/hoogle"]
path = bundle/hoogle
url = git://github.com/Twinside/vim-hoogle.git
[submodule "bundle/haskellConceal"]
path = bundle/haskellConceal
url = git://github.com/Twinside/vim-haskellConceal.git
[submodule "bundle/haskellFold"]
path = bundle/haskellFold
url = git://github.com/Twinside/vim-haskellFold.git
[submodule "bundle/neco-ghc"]
path = bundle/neco-ghc
url = git://github.com/ujihisa/neco-ghc.git
[submodule "bundle/ghcmod"]
path = bundle/ghcmod
url = git://github.com/eagletmt/ghcmod-vim.git
[submodule "bundle/vimproc"]
path = bundle/vimproc
url = git://github.com/Shougo/vimproc.vim.git