chore(image.lua): add lazy loading for the image plugin to improve performance and add support for additional file types (png, jpg, jpeg, gif, webp, svg)

This commit is contained in:
David Ibia
2024-06-14 02:26:06 +01:00
parent 5060d0b816
commit 647acfb687

View File

@@ -11,4 +11,6 @@ return {
window_overlap_clear_ft_ignore = { "cmp_menu", "cmp_docs", "" }, window_overlap_clear_ft_ignore = { "cmp_menu", "cmp_docs", "" },
tmux_show_only_in_active_window = true, tmux_show_only_in_active_window = true,
}, },
lazy = true,
ft = { "png", "jpg", "jpeg", "gif", "webp", "svg" },
} }