mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-22 00:49:01 +02:00
enc: update config dashboard
This commit is contained in:
parent
c09e320633
commit
05d51faadf
34 changed files with 72 additions and 1520 deletions
|
@ -74,7 +74,7 @@ end
|
|||
function M._CLOSE_BUFFER()
|
||||
local buf = vim.api.nvim_get_current_buf()
|
||||
-- delete current buffer
|
||||
require("user.utils.bufferline").bufremove(buf)
|
||||
require("auto-bufferline.configs.utils").bufremove(buf)
|
||||
end
|
||||
|
||||
-- function for close all bufferline
|
||||
|
@ -83,7 +83,7 @@ function M._CLOSE_ALL_BUFFER()
|
|||
local bufs = vim.api.nvim_list_bufs()
|
||||
-- loop through all buffer
|
||||
for _, buf in pairs(bufs) do
|
||||
require("user.utils.bufferline").bufremove(buf)
|
||||
require("auto-bufferline.configs.utils").bufremove(buf)
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue