From 346083c91f868e2bfe9c6cb55a436a79a2b9235b Mon Sep 17 00:00:00 2001
From: "Kenneth Benzie (Benie)" <k.benzie83@gmail.com>
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'