fix: selected code container winhighlight (#1695)

This commit is contained in:
yetone
2025-03-24 16:59:08 +08:00
committed by GitHub
parent cf230f4bc8
commit 642020ff2d

View File

@@ -2429,7 +2429,7 @@ function Sidebar:create_selected_code_container()
},
buf_options = buf_options,
win_options = {
winhl = base_win_options.winhl,
winhighlight = base_win_options.winhighlight,
},
size = {
height = selected_code_size + 3,