From 267d052c2caaf9e1f15315bc96248071eb7da588 Mon Sep 17 00:00:00 2001 From: Loic Nageleisen Date: Fri, 20 Oct 2017 13:46:37 +0200 Subject: [PATCH] Add bufkill --- plugged.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/plugged.vim b/plugged.vim index e4d5ef6..5ac8376 100644 --- a/plugged.vim +++ b/plugged.vim @@ -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()