-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path.gitmodules
60 lines (60 loc) · 2.25 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
[submodule "bundle/vim-elixir"]
path = bundle/vim-elixir
url = https://github.com/gasparch/vim-elixir
[submodule "bundle/vim-desert-programming"]
path = bundle/vim-desert-programming
url = https://github.com/gasparch/vim-desert-programming.git
[submodule "bundle/vim-plugin-AnsiEsc"]
path = bundle/vim-plugin-AnsiEsc
url = https://github.com/powerman/vim-plugin-AnsiEsc.git
[submodule "bundle/tabular"]
path = bundle/tabular
url = https://github.com/godlygeek/tabular.git
[submodule "bundle/matchit"]
path = bundle/matchit
url = https://github.com/tmhedberg/matchit
[submodule "bundle/vim-fugitive"]
path = bundle/vim-fugitive
url = https://github.com/tpope/vim-fugitive.git
[submodule "bundle/vim-airline"]
path = bundle/vim-airline
url = https://github.com/bling/vim-airline
[submodule "extras/elixir-ctags"]
path = extras/elixir-ctags
url = https://github.com/gasparch/elixir-ctags.git
[submodule "bundle/tagbar"]
path = bundle/tagbar
url = https://github.com/gasparch/tagbar.git
[submodule "bundle/ctrlp.vim"]
path = bundle/ctrlp.vim
url = https://github.com/ctrlpvim/ctrlp.vim.git
[submodule "bundle/ctrlp-tagbar.vim"]
path = bundle/ctrlp-tagbar.vim
url = https://github.com/gasparch/ctrlp-tagbar.vim.git
[submodule "bundle/vim-elixir-fold"]
path = bundle/vim-elixir-fold
url = https://github.com/gasparch/vim-elixir-fold
[submodule "bundle/vim-sleuth"]
path = bundle/vim-sleuth
url = https://github.com/tpope/vim-sleuth.git
[submodule "bundle/nerdcommenter"]
path = bundle/nerdcommenter
url = https://github.com/scrooloose/nerdcommenter.git
[submodule "bundle/vim-elixir-exunit"]
path = bundle/vim-elixir-exunit
url = https://github.com/gasparch/vim-elixir-exunit.git
[submodule "bundle/vim-hybrid"]
path = bundle/vim-hybrid
url = https://github.com/w0ng/vim-hybrid
[submodule "bundle/indentLine"]
path = bundle/indentLine
url = https://github.com/Yggdroot/indentLine.git
[submodule "bundle/vim-elixir-smarttrace"]
path = bundle/vim-elixir-smarttrace
url = https://github.com/gasparch/vim-elixir-smarttrace.git
[submodule "bundle/alchemist.vim"]
path = bundle/alchemist.vim
url = https://github.com/gasparch/alchemist.vim
[submodule "bundle/vim-elixir-profiler"]
path = bundle/vim-elixir-profiler
url = https://github.com/gasparch/vim-elixir-profiler.git