fix notify resize

This commit is contained in:
2026-03-27 09:15:47 -05:00
parent 721b168b09
commit 72273211bb
2 changed files with 12 additions and 3 deletions

View File

@@ -227,3 +227,12 @@ if NV_DARCULA_ENABLE_COC then
end
)
end
utils.autocmd(
group,
"VimResized",
"*",
function()
require("darcula.setup.400_mini_notify")
end
)