-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path.gitmodules
69 lines (69 loc) · 2.31 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 "bundle/ruby"]
path = bundle/ruby
url = https://github.com/vim-ruby/vim-ruby.git
[submodule "bundle/rails"]
path = bundle/rails
url = https://github.com/tpope/vim-rails.git
[submodule "bundle/ack"]
path = bundle/ack
url = https://github.com/mileszs/ack.vim.git
[submodule "bundle/markdown"]
path = bundle/markdown
url = https://github.com/tpope/vim-markdown.git
[submodule "bundle/commentary"]
path = bundle/commentary
url = https://github.com/tpope/vim-commentary.git
[submodule "bundle/fugitive"]
path = bundle/fugitive
url = https://github.com/tpope/vim-fugitive.git
[submodule "bundle/scratch"]
path = bundle/scratch
url = https://github.com/duff/vim-scratch.git
[submodule "bundle/ctrlp"]
path = bundle/ctrlp
url = https://github.com/kien/ctrlp.vim.git
[submodule "bundle/snipmate"]
path = bundle/snipmate
url = git://github.com/msanders/snipmate.vim.git
[submodule "bundle/powerline"]
path = bundle/powerline
url = git://github.com/Lokaltog/vim-powerline.git
[submodule "bundle/cucumber"]
path = bundle/cucumber
url = https://github.com/tpope/vim-cucumber.git
[submodule "bundle/surround"]
path = bundle/surround
url = https://github.com/tpope/vim-surround.git
[submodule "bundle/repeat"]
path = bundle/repeat
url = https://github.com/tpope/vim-repeat.git
[submodule "bundle/dispatch"]
path = bundle/dispatch
url = git://github.com/tpope/vim-dispatch.git
[submodule "bundle/rspec"]
path = bundle/rspec
url = https://github.com/thoughtbot/vim-rspec.git
[submodule "bundle/scss-syntax"]
path = bundle/scss-syntax
url = https://github.com/cakebaker/scss-syntax.vim.git
[submodule "bundle/airline"]
path = bundle/airline
url = https://github.com/bling/vim-airline.git
[submodule "bundle/tmuxline"]
path = bundle/tmuxline
url = https://github.com/edkolev/tmuxline.vim.git
[submodule "bundle/easy-align"]
path = bundle/easy-align
url = https://github.com/junegunn/vim-easy-align.git
[submodule "bundle/large_file"]
path = bundle/large_file
url = https://github.com/vim-scripts/LargeFile.git
[submodule "bundle/elixir"]
path = bundle/elixir
url = https://github.com/elixir-lang/vim-elixir.git
[submodule "bundle/phoenix"]
path = bundle/phoenix
url = https://github.com/avdgaag/vim-phoenix.git
[submodule "bundle/airline-themes"]
path = bundle/airline-themes
url = https://github.com/vim-airline/vim-airline-themes