This commit is contained in:
asep komarudin 2023-09-08 19:47:20 +07:00
parent 09a1733514
commit 976845601b
8 changed files with 28 additions and 28 deletions

View file

@ -44,7 +44,7 @@ return {
-- for file tab
{
"famiu/bufdelete.nvim",
event = "BufRead",
event = "InsertEnter",
},
{
"akinsho/bufferline.nvim",
@ -54,7 +54,7 @@ return {
end,
},
-- for delete buffers (close files) without closing your windows or messing up your layout.
{ "moll/vim-bbye", event = "BufRead" },
{ "moll/vim-bbye", event = "InsertEnter" },
-- for view terminal
{
"akinsho/toggleterm.nvim",