diff --git a/config/vim/plugins.vim b/config/vim/plugins.vim index c7a9a1e..3159b26 100644 --- a/config/vim/plugins.vim +++ b/config/vim/plugins.vim @@ -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')