Added ReplaceWithRegister

This commit is contained in:
Anthony Cicchetti 2020-08-06 09:30:02 -04:00
parent 3dba18858e
commit ec543a9ca6

View file

@ -57,6 +57,8 @@ 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 'junegunn/vim-plug'
" Builtin LSP Stuff