From a78356bdb43cf4df85aed04d8145b0da5d60ee8b Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Tue, 13 Dec 2016 18:28:10 +0000 Subject: [PATCH] Add vim-endwise --- vimrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vimrc b/vimrc index 4176691..5c1c5c6 100644 --- a/vimrc +++ b/vimrc @@ -91,6 +91,8 @@ Plug 'tpope/vim-unimpaired' Plug 'tpope/vim-sensible' " vim-speeddating - sane date manipulation Plug 'tpope/vim-speeddating' +" vim-endwise - wisely add end{if,function} +Plug 'tpope/vim-endwise' " vim-jdaddy - text object & formatting for json Plug 'tpope/vim-jdaddy'