From 77327faf806ca2141f5e0117a6cad0aac084776e Mon Sep 17 00:00:00 2001 From: Anthony Cicchetti Date: Thu, 6 Aug 2020 09:33:11 -0400 Subject: [PATCH] Replace custom fork with just what the dude has --- vim/vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vim/vimrc b/vim/vimrc index b57da27..9ea4c5a 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -57,7 +57,7 @@ call plug#begin('~/.config/nvim/plugged') " else " echoerr 'pathfinder.vim is not supported on this Vim installation' " endif -Plug 'anthonycicc/ReplaceWithRegister' " Custom fork because the one on github isn't updated +Plug 'inkarkat/vim-ReplaceWithRegister' Plug 'junegunn/vim-plug'