From 131aac5f807b6a00f5887f272f3c6aa426b12c11 Mon Sep 17 00:00:00 2001 From: Loic Nageleisen Date: Fri, 27 Oct 2017 14:24:20 +0200 Subject: [PATCH] Remove BufKill (conflicts with b) --- plugged.vim | 1 - 1 file changed, 1 deletion(-) diff --git a/plugged.vim b/plugged.vim index 5ac8376..e4d5ef6 100644 --- a/plugged.vim +++ b/plugged.vim @@ -55,6 +55,5 @@ 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()