-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
106 lines (106 loc) · 3.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
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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
[submodule ".vim/bundle/vim-colors-solarized"]
path = vim/.vim/bundle/vim-colors-solarized
url = https://github.com/altercation/vim-colors-solarized.git
branch = master
[submodule ".vim/bundle/vim-ruby"]
path = vim/.vim/bundle/vim-ruby
url = https://github.com/vim-ruby/vim-ruby.git
branch = master
[submodule ".vim/bundle/vim-javascript"]
path = vim/.vim/bundle/vim-javascript
url = https://github.com/pangloss/vim-javascript.git
branch = master
[submodule ".vim/bundle/rust.vim"]
path = vim/.vim/bundle/rust.vim
url = https://github.com/rust-lang/rust.vim.git
branch = master
[submodule ".vim/bundle/vim-fugitive"]
path = vim/.vim/bundle/vim-fugitive
url = https://github.com/tpope/vim-fugitive.git
branch = master
[submodule ".vim/bundle/vim-rails"]
path = vim/.vim/bundle/vim-rails
url = git://github.com/tpope/vim-rails.git
branch = master
[submodule ".vim/bundle/vim-bundler"]
path = vim/.vim/bundle/vim-bundler
url = https://github.com/tpope/vim-bundler.git
branch = master
[submodule "vim/.vim/bundle/mustache"]
path = vim/.vim/bundle/mustache
url = https://github.com/mustache/vim-mustache-handlebars
branch = master
[submodule "vim/.vim/bundle/elm-vim"]
path = vim/.vim/bundle/elm-vim
url = https://github.com/ElmCast/elm-vim
branch = master
[submodule "vim/.vim/bundle/vim-rake"]
path = vim/.vim/bundle/vim-rake
url = https://github.com/tpope/vim-rake
branch = master
[submodule "vim/.vim/bundle/vim-projectionist"]
path = vim/.vim/bundle/vim-projectionist
url = https://github.com/tpope/vim-projectionist
branch = master
[submodule "vim/.vim/bundle/fzf.vim"]
path = vim/.vim/bundle/fzf.vim
url = https://github.com/junegunn/fzf.vim
branch = master
[submodule "vim/.vim/bundle/ack.vim"]
path = vim/.vim/bundle/ack.vim
url = https://github.com/mileszs/ack.vim
branch = master
[submodule "vim/.vim/bundle/ale"]
path = vim/.vim/bundle/ale
url = https://github.com/w0rp/ale.git
branch = master
[submodule "vim/.vim/bundle/vim-elixir"]
path = vim/.vim/bundle/vim-elixir
url = https://github.com/elixir-lang/vim-elixir.git
branch = master
[submodule "asdf/.asdf"]
path = asdf/.asdf
url = https://github.com/asdf-vm/asdf.git
branch = master
[submodule "vim/.vim/bundle/vim-rhubarb"]
path = vim/.vim/bundle/vim-rhubarb
url = https://github.com/tpope/vim-rhubarb
[submodule "vim/.vim/bundle/Vim-Jinja2-Syntax"]
path = vim/.vim/bundle/Vim-Jinja2-Syntax
url = https://github.com/Glench/Vim-Jinja2-Syntax
[submodule "vim/.vim/bundle/nginx.vim"]
path = vim/.vim/bundle/nginx.vim
url = https://github.com/chr4/nginx.vim
branch = master
[submodule "vim/.vim/bundle/vim-airline"]
path = vim/.vim/bundle/vim-airline
url = https://github.com/vim-airline/vim-airline
branch = master
[submodule "vim/.vim/bundle/vim-airline-themes"]
path = vim/.vim/bundle/vim-airline-themes
url = https://github.com/vim-airline/vim-airline-themes
branch = master
[submodule "vim/.vim/pack/plugins/start/vim-hcl"]
path = vim/.vim/pack/plugins/start/vim-hcl
url = https://github.com/jvirtanen/vim-hcl.git
branch = master
[submodule "vim/.vim/pack/tpope/start/vim-rails"]
path = vim/.vim/pack/tpope/start/vim-rails
url = https://github.com/tpope/vim-rails
branch = master
[submodule "vim/.vim/pack/tpope/start/vim-surround"]
path = vim/.vim/pack/tpope/start/vim-surround
url = https://github.com/tpope/vim-surround
branch = master
[submodule "zsh/.oh-my-zsh"]
path = zsh/.oh-my-zsh
url = https://github.com/ohmyzsh/ohmyzsh.git
branch = master
[submodule "vim/.vim/pack/tpope/start/vim-fugitive"]
path = vim/.vim/pack/tpope/start/vim-fugitive
url = https://github.com/tpope/vim-fugitive
branch = master
[submodule "zsh/.fzf"]
path = zsh/.fzf
url = https://github.com/junegunn/fzf.git
branch = master