Add vim-jdaddy json plugin

This commit is contained in:
Kenneth Benzie 2016-07-14 00:11:27 +01:00
parent 2eeab947c8
commit af4e0ecd8a

3
vimrc
View File

@ -103,6 +103,9 @@ Plug 'tpope/vim-sensible'
" vim-speeddating - sane date manipulation " vim-speeddating - sane date manipulation
Plug 'tpope/vim-speeddating' Plug 'tpope/vim-speeddating'
" vim-jdaddy - text object & formatting for json
Plug 'tpope/vim-jdaddy'
" }}} " }}}
" utility {{{ " utility {{{
" fzf.vim - Fuzzy finder {{{ " fzf.vim - Fuzzy finder {{{