Replies: 2 comments
-
|
This is an |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
I believe it is connected to Adjusting the fps property helped me: notify.setup({
fps = 144, -- your monitor refresh rate
})Keep in mind that this may affect the GPU performance. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When i search some non-exist word and press enter, an error message popup. Then my cursor become flickering for several seconds. I have this issue in LazyVim default config (even at startup), then I try to make config from kickstart, I got this problem too.
The cause is that
noice.nvim, with suggested config in readme, usenvim-notifyto display message.nvim-notifywill do animation, and result in cursor flickering in my case: alacritty+tmux or kitty+zellij both. But without tmux/zellij, it's fine.Solution is to disable nvim-notify's animation or use the mini fallback.
tmp1.mp4
Beta Was this translation helpful? Give feedback.
All reactions