Add bracketed paste support, install Tabular since vim-markdown depends upon it
This commit is contained in:
parent
38dd8f048f
commit
0f0f0d65cc
1 changed files with 2 additions and 0 deletions
|
@ -39,12 +39,14 @@ endif
|
||||||
|
|
||||||
call Plug('k-takata/minpac', {'type': 'opt'})
|
call Plug('k-takata/minpac', {'type': 'opt'})
|
||||||
call Plug('tpope/vim-sensible')
|
call Plug('tpope/vim-sensible')
|
||||||
|
call Plug('ConradIrwin/vim-bracketed-paste')
|
||||||
call Plug('prabirshrestha/async.vim')
|
call Plug('prabirshrestha/async.vim')
|
||||||
|
|
||||||
call Plug('ciaranm/inkpot', {'type': 'opt', 'do': 'colorscheme inkpot'})
|
call Plug('ciaranm/inkpot', {'type': 'opt', 'do': 'colorscheme inkpot'})
|
||||||
call Plug('morhetz/gruvbox', {'type': 'opt'})
|
call Plug('morhetz/gruvbox', {'type': 'opt'})
|
||||||
|
|
||||||
call Plug('editorconfig/editorconfig-vim')
|
call Plug('editorconfig/editorconfig-vim')
|
||||||
|
call Plug('godlygeek/tabular')
|
||||||
call Plug('jamessan/vim-gnupg')
|
call Plug('jamessan/vim-gnupg')
|
||||||
call Plug('junegunn/fzf')
|
call Plug('junegunn/fzf')
|
||||||
call Plug('junegunn/fzf.vim')
|
call Plug('junegunn/fzf.vim')
|
||||||
|
|
Loading…
Reference in a new issue