Skip to content

Commit

Permalink
fix(mini.animate): black UI when new window are opened or closed
Browse files Browse the repository at this point in the history
  • Loading branch information
daUnknownCoder committed Feb 25, 2024
1 parent 76c1b55 commit 2dbe712
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lua/NeutronVim/plugins/Utils/miscellaneous.lua
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,10 @@ return {
if not animate_status_ok then
print("mini.animate not found!")
end
animate.setup({
open = { enable = false },
close = { enable = false },
})
return {
resize = {
timing = animate.gen_timing.linear({ duration = 100, unit = "total" }),
Expand Down

0 comments on commit 2dbe712

Please sign in to comment.