Replace custom fork with just what the dude has

This commit is contained in:
Anthony Cicchetti 2020-08-06 09:33:11 -04:00
parent ec543a9ca6
commit 77327faf80

View file

@ -57,7 +57,7 @@ call plug#begin('~/.config/nvim/plugged')
" else " else
" echoerr 'pathfinder.vim is not supported on this Vim installation' " echoerr 'pathfinder.vim is not supported on this Vim installation'
" endif " endif
Plug 'anthonycicc/ReplaceWithRegister' " Custom fork because the one on github isn't updated Plug 'inkarkat/vim-ReplaceWithRegister'
Plug 'junegunn/vim-plug' Plug 'junegunn/vim-plug'