fix notify resize
This commit is contained in:
@@ -227,3 +227,12 @@ if NV_DARCULA_ENABLE_COC then
|
||||
end
|
||||
)
|
||||
end
|
||||
|
||||
utils.autocmd(
|
||||
group,
|
||||
"VimResized",
|
||||
"*",
|
||||
function()
|
||||
require("darcula.setup.400_mini_notify")
|
||||
end
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user