fixing the issues on the tags

This commit is contained in:
2026-01-14 20:11:08 -05:00
parent 62e42d7882
commit fb2bc3a713
4 changed files with 214 additions and 7 deletions

View File

@@ -24,7 +24,7 @@ return {
{ section = "startup" },
},
},
explorer = { enabled = true },
explorer = { enabled = false },
image = {
enabled = true,
terminal = nil,
@@ -51,5 +51,6 @@ return {
vim.ui.input = require("snacks.input").input
vim.ui.select = require("snacks.picker").select
end)
end,
}