Skip to content

Commit

Permalink
fix: add missing scrollview_sign ft to overlap exceptions
Browse files Browse the repository at this point in the history
  • Loading branch information
jmbuhr committed Apr 18, 2024
1 parent baa13e6 commit 895ff42
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 895ff42

Please sign in to comment.