Add bufferize plugin

This commit is contained in:
Julian Ospald 2019-02-25 12:28:26 +08:00
parent 0432585de0
commit ab04e82f56
No known key found for this signature in database
GPG Key ID: 511B62C09D50CD28
1 changed files with 1 additions and 0 deletions

1
vimrc
View File

@ -39,6 +39,7 @@ Plug 'nixprime/cpsm', { 'do': 'PY3=ON ./install.sh' }
Plug 'junegunn/fzf', { 'do': './install --bin' }
Plug 'junegunn/fzf.vim'
Plug 'sbdchd/neoformat'
Plug 'AndrewRadev/bufferize.vim'
" scm
Plug 'tpope/vim-fugitive'