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'