diff --git a/vim/.vimrc b/vim/.vimrc index 82f40d5..f4804ee 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -7,6 +7,7 @@ call plug#begin('~/.vim/plugged') Plug 'tpope/vim-sensible' Plug 'tpope/vim-unimpaired' Plug 'tpope/vim-surround' +Plug 'tpope/vim-abolish' " Plug 'Raimondi/delimitMate'