AutoYADM commit: 2024-12-03 19:05:03
This commit is contained in:
parent
ad5ed9f126
commit
f98a115e83
1 changed files with 3 additions and 0 deletions
|
@ -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,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue