Add bufkill

This commit is contained in:
Loic Nageleisen 2017-10-20 13:46:37 +02:00
parent a4ca9e71a8
commit 267d052c2c

View file

@ -55,5 +55,6 @@ Plug 'tpope/vim-commentary' " comments
Plug 'tpope/vim-endwise' " extend `%`
Plug 'tpope/vim-eunuch' " unix helpers
Plug 'tpope/vim-unimpaired' " next/prev
Plug 'qpkorr/vim-bufkill' " close but keep split
call plug#end()