-
Notifications
You must be signed in to change notification settings - Fork 2
/
.gitmodules
24 lines (24 loc) · 888 Bytes
/
.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
[submodule ".vim/bundle/vim-rails"]
path = .vim/bundle/rails
url = https://github.com/tpope/vim-rails.git
[submodule ".vim/bundle/vim-bundler"]
path = .vim/bundle/bundler
url = https://github.com/tpope/vim-bundler.git
[submodule ".vim/bundle/ruby"]
path = .vim/bundle/ruby
url = https://github.com/vim-ruby/vim-ruby.git
[submodule ".vim/bundle/nerdtree"]
path = .vim/bundle/nerdtree
url = https://github.com/scrooloose/nerdtree.git
[submodule ".vim/bundle/nerdcommenter"]
path = .vim/bundle/nerdcommenter
url = https://github.com/scrooloose/nerdcommenter.git
[submodule ".vim/bundle/base16"]
path = .vim/bundle/base16
url = https://github.com/chriskempson/base16-vim.git
[submodule ".vim/vim-pencil"]
path = .vim/bundle/pencil
url = https://github.com/reedes/vim-pencil.git
[submodule "base16-shell"]
path = base16-shell
url = https://github.com/chriskempson/base16-shell