From 3d96e98fc76d97cc35526dc5b763501fc1f907cd Mon Sep 17 00:00:00 2001 From: Thomas Ruoff Date: Mon, 23 Jul 2018 22:40:58 +0200 Subject: [PATCH] add vim-abolish --- vim/.vimrc | 1 + 1 file changed, 1 insertion(+) 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'