From 5cbe7f151ddc73af13cec1cb736c21ef2b6708d3 Mon Sep 17 00:00:00 2001 From: Komei Otake Date: Fri, 20 Oct 2017 08:09:09 +0900 Subject: [PATCH] add text edit plugin --- .vimrc.bundle | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.vimrc.bundle b/.vimrc.bundle index 3d02c66..92ff682 100644 --- a/.vimrc.bundle +++ b/.vimrc.bundle @@ -100,6 +100,9 @@ call neobundle#begin(expand('~/.vim/bundle')) " 変数名の変換 NeoBundle 'tpope/vim-abolish' + " テキストオブジェクトの囲み + NeoBundle 'tcope/vim-surround' + " }}} " Completion {{{