From f6a75c1d10fdf6fd667419dab30b37fb8a3081ee Mon Sep 17 00:00:00 2001 From: kylo252 <59826753+kylo252@users.noreply.github.com> Date: Sat, 12 Feb 2022 09:29:36 +0100 Subject: feat: add a minimal implementation of bbye (#2267) --- lua/lvim/core/commands.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'lua/lvim/core/commands.lua') diff --git a/lua/lvim/core/commands.lua b/lua/lvim/core/commands.lua index 6997795d..2d23167f 100644 --- a/lua/lvim/core/commands.lua +++ b/lua/lvim/core/commands.lua @@ -10,6 +10,7 @@ M.defaults = { endif endfunction ]], + [[ command! BufferKill lua require('user.bufferline').buf_kill('bd') ]], -- :LvimInfo [[ command! LvimInfo lua require('lvim.core.info').toggle_popup(vim.bo.filetype) ]], [[ command! LvimCacheReset lua require('lvim.utils.hooks').reset_cache() ]], -- cgit v1.2.3