Skip to content

Commit

Permalink
Merge pull request #154 from jmbuhr/master
Browse files Browse the repository at this point in the history
fix: add missing scrollview_sign ft to overlap exceptions
  • Loading branch information
3rd authored Apr 18, 2024
2 parents baa13e6 + 895ff42 commit 301de79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/image/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ local default_options = {
max_height_window_percentage = 50,
kitty_method = "normal",
window_overlap_clear_enabled = false,
window_overlap_clear_ft_ignore = { "cmp_menu", "cmp_docs", "scrollview" },
window_overlap_clear_ft_ignore = { "cmp_menu", "cmp_docs", "scrollview", "scrollview_sign" },
editor_only_render_when_focused = false,
tmux_show_only_in_active_window = false,
hijack_file_patterns = { "*.png", "*.jpg", "*.jpeg", "*.gif", "*.webp" },
Expand Down

0 comments on commit 301de79

Please sign in to comment.