diff --git a/vimrc b/vimrc index 1e1c92d..71e92db 100644 --- a/vimrc +++ b/vimrc @@ -4,6 +4,8 @@ Plug 'junegunn/vim-plug' Plug 'tpope/vim-sensible' Plug 'tpope/vim-commentary' +Plug 'tpope/vim-surround' +Plug 'tpope/vim-repeat' " Git wrapper Plug 'tpope/vim-fugitive'