Remove BufKill (conflicts with <Leader>b)

This commit is contained in:
Loic Nageleisen 2017-10-27 14:24:20 +02:00
parent 267d052c2c
commit 131aac5f80

View file

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