Add bufdelete

This commit is contained in:
2023-09-04 20:22:59 +02:00
parent 6892081736
commit f74d4c73f2
4 changed files with 45 additions and 36 deletions
+4
View File
@@ -191,6 +191,10 @@ local plugins = {
"RubixDev/mason-update-all",
config = function () require("config.mason_update_all") end,
},
{
"famiu/bufdelete.nvim",
config = function () require("config.bufdelete") end,
},
}
local opts = {}