Add bracketed paste support, install Tabular since vim-markdown depends upon it

This commit is contained in:
Danielle McLean 2018-11-16 09:19:33 +11:00
parent 38dd8f048f
commit 0f0f0d65cc
Signed by: 00dani
GPG Key ID: 8EB789DDF3ABD240
1 changed files with 2 additions and 0 deletions

View File

@ -39,12 +39,14 @@ endif
call Plug('k-takata/minpac', {'type': 'opt'})
call Plug('tpope/vim-sensible')
call Plug('ConradIrwin/vim-bracketed-paste')
call Plug('prabirshrestha/async.vim')
call Plug('ciaranm/inkpot', {'type': 'opt', 'do': 'colorscheme inkpot'})
call Plug('morhetz/gruvbox', {'type': 'opt'})
call Plug('editorconfig/editorconfig-vim')
call Plug('godlygeek/tabular')
call Plug('jamessan/vim-gnupg')
call Plug('junegunn/fzf')
call Plug('junegunn/fzf.vim')