diff --git a/vimrc b/vimrc index 66252d4..7b791c0 100644 --- a/vimrc +++ b/vimrc @@ -96,6 +96,8 @@ omap a/ (textobj-comment-a) xmap a/ (textobj-comment-a) omap i/ (textobj-comment-i) xmap i/ (textobj-comment-i) +" vim-textobj-sentence - Improved sentence text object +Plug 'reedes/vim-textobj-sentence' " vim-commentary - toggle comments Plug 'tpope/vim-commentary'