initial commit

This commit is contained in:
THEON-1
2025-10-10 12:19:28 +02:00
commit d2e8cd40f1
23 changed files with 499 additions and 0 deletions

16
lua/plugins/image.lua Normal file
View File

@@ -0,0 +1,16 @@
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', '', },
},
}