Skip to content

Commit

Permalink
fix display of images when scrollbar is visible
Browse files Browse the repository at this point in the history
  • Loading branch information
jmbuhr committed Apr 18, 2024
1 parent 37a7b44 commit 5b5c0e4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lua/plugins/ui.lua
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,7 @@ return {
{ -- show images in nvim!
'3rd/image.nvim',
enabled = true,
dev = false,
ft = { 'markdown', 'quarto', 'vimwiki' },
dependencies = {
{
Expand Down Expand Up @@ -344,6 +345,7 @@ return {
},
editor_only_render_when_focused = false,
window_overlap_clear_enabled = true,
-- window_overlap_clear_ft_ignore = { 'cmp_menu', 'cmp_docs', 'scrollview' },
tmux_show_only_in_active_window = true,
max_width = nil,
max_height = nil,
Expand Down

0 comments on commit 5b5c0e4

Please sign in to comment.