From ec543a9ca64070e47c9c1589b41e6c95fa9f0a06 Mon Sep 17 00:00:00 2001 From: Anthony Cicchetti Date: Thu, 6 Aug 2020 09:30:02 -0400 Subject: [PATCH] Added ReplaceWithRegister --- vim/vimrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vim/vimrc b/vim/vimrc index 6b7ca3d..b57da27 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -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