chore: Idk

This commit is contained in:
2026-03-29 10:32:08 +02:00
parent 19b4d6129a
commit cc907c654d
4 changed files with 25 additions and 0 deletions

View File

@@ -217,4 +217,17 @@ return {
end, { desc = "Opencode: Scroll down" })
end,
},
{
"3rd/image.nvim",
event = "VeryLazy",
opts = {
backend = "ueberzug",
max_width = 600,
max_height = 72,
max_height_window_percentage = math.huge,
max_width_window_percentage = math.huge,
window_overlap_clear_enabled = true,
window_overlap_clear_ft_ignore = { "cmp_menu", "cmp_docs", "" },
},
},
}