fix(colorscheme): update winhl on colorscheme change

fixes #1696
This commit is contained in:
kiyan
2022-10-28 14:19:01 +02:00
parent 1be1e17be5
commit 65c2ba8952
2 changed files with 8 additions and 0 deletions

View File

@@ -192,6 +192,7 @@ end
function M.reset_highlight()
colors.setup()
view.reset_winhl()
renderer.render_hl(view.get_bufnr())
end