mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-07-16 04:14:29 +02:00
fix: close currrent buffer
This commit is contained in:
parent
49478d3a89
commit
4f3feb5c38
2 changed files with 3 additions and 3 deletions
|
@ -13,7 +13,7 @@ end
|
|||
function _CLOSE_BUFFER()
|
||||
local buf = vim.api.nvim_get_current_buf()
|
||||
-- delete current buffer
|
||||
require("bufdelete").bufdelete(buf, true)
|
||||
require("user.utils.bufferline").bufremove(buf)
|
||||
end
|
||||
|
||||
function _OPEN_ALACRITTY()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue