AutoYADM commit: 2024-12-03 19:05:03

This commit is contained in:
Daniel Fichtinger 2024-12-03 19:05:03 -05:00
parent ad5ed9f126
commit f98a115e83

View file

@ -13,9 +13,12 @@ return {
"3rd/image.nvim", "3rd/image.nvim",
opts = { opts = {
tmux_show_only_in_active_window = true, tmux_show_only_in_active_window = true,
window_overlap_clear_enabled = true,
integrations = { integrations = {
markdown = { markdown = {
enabled = true, enabled = true,
clear_in_insert_mode = true,
only_render_image_at_cursor = true,
resolve_image_path = resolver, resolve_image_path = resolver,
}, },
}, },