commit a44c5288f8f5cc245e6471def68fa62342be7276 (patch) parent ff731dd067f4314072b254fede0327ed17e0fb18 Author: Alex Karle <alex@alexkarle.com> Date: Tue, 13 Apr 2021 11:11:50 -0400 vim: Add vim-repeat/rhubarb to default plugin set tpope with the awesome plugins yet again! Diffstat:
M | .gitmodules | | | 6 | ++++++ |
A | .vim/pack/plugins/start/vim-repeat | | | 1 | + |
A | .vim/pack/plugins/start/vim-rhubarb | | | 1 | + |
3 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/.gitmodules b/.gitmodules @@ -19,3 +19,9 @@ [submodule ".vim/pack/plugins/start/vim-gitgutter"] path = .vim/pack/plugins/start/vim-gitgutter url = https://github.com/airblade/vim-gitgutter +[submodule ".vim/pack/plugins/start/vim-rhubarb"] + path = .vim/pack/plugins/start/vim-rhubarb + url = https://github.com/tpope/vim-rhubarb +[submodule ".vim/pack/plugins/start/vim-repeat"] + path = .vim/pack/plugins/start/vim-repeat + url = https://github.com/tpope/vim-repeat diff --git a/.vim/pack/plugins/start/vim-repeat b/.vim/pack/plugins/start/vim-repeat @@ -0,0 +1 @@ +Subproject commit 24afe922e6a05891756ecf331f39a1f6743d3d5a diff --git a/.vim/pack/plugins/start/vim-rhubarb b/.vim/pack/plugins/start/vim-rhubarb @@ -0,0 +1 @@ +Subproject commit b4081f0a882ff36d92d9d3ae5c3b70a378bfd5af