Skip to content

Commit 4f04c62

Browse files
committed
fix: nvim 0.11 nvim-notify animate issue
1 parent 3c8a8ed commit 4f04c62

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lua/python_import/utils.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,8 @@ function M.notify_diff(bufnr, prev_buf_str, title)
188188
local buf = vim.api.nvim_win_get_buf(win)
189189
vim.bo[buf].filetype = "diff"
190190
end,
191+
-- BUG: nvim 0.11 has a bug with filetype diff with animate where it will stop animating and won't display / disappear properly.
192+
animate = false,
191193
})
192194
end
193195

0 commit comments

Comments
 (0)