Files
neovim/lua/plugins/image.lua
2025-12-23 12:58:50 +01:00

18 lines
479 B
Lua

return {
'3rd/image.nvim',
build = false,
opts = {
processor = 'magick_cli',
backend = 'kitty',
integrations = { markdown = { enabled = true, }, },
max_width = 100,
max_height = 12,
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', '', },
},
lazy = true,
}