diff options
author | kylo252 <[email protected]> | 2022-02-12 09:30:47 +0100 |
---|---|---|
committer | kylo252 <[email protected]> | 2022-02-12 09:30:47 +0100 |
commit | 4afda1129704d3a7dc4100e5e5e471d1b640b5e9 (patch) | |
tree | e885e5e10a1a4881b413db2dfddb4989a69a96cc /lua/lvim/core/commands.lua | |
parent | ff9d883f64b75cb36f3164aae9d36a372f8b46d7 (diff) | |
parent | f6a75c1d10fdf6fd667419dab30b37fb8a3081ee (diff) |
Merge branch 'rolling'
Diffstat (limited to 'lua/lvim/core/commands.lua')
-rw-r--r-- | lua/lvim/core/commands.lua | 1 |
1 files changed, 1 insertions, 0 deletions
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() ]], |