From af4e0ecd8a367fdb822e082274a5e57cc04a2998 Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Thu, 14 Jul 2016 00:11:27 +0100 Subject: [PATCH] Add vim-jdaddy json plugin --- vimrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vimrc b/vimrc index faa9d18..a08336e 100644 --- a/vimrc +++ b/vimrc @@ -103,6 +103,9 @@ Plug 'tpope/vim-sensible' " vim-speeddating - sane date manipulation Plug 'tpope/vim-speeddating' + +" vim-jdaddy - text object & formatting for json +Plug 'tpope/vim-jdaddy' " }}} " utility {{{ " fzf.vim - Fuzzy finder {{{