Scrolling up and down continuously causes smear-cursor to start using 100% CPU, causing neovim to slow down to the point of becoming unresponsive.
This happens when smear-cursor is the only plug-in loaded.
Lazy config:
return {
'sphamba/smear-cursor.nvim',
event = 'VeryLazy',
opts = {
-- How fast the smear's head moves towards the target.
-- 0: no movement, 1: instantaneous
stiffness = 1,
}
}
Environment
- OS: Alpine Linux running under Orbstack 2.0.4 on MacOS 15.5
- Terminal: ghostty 1.2.2
- Neovim version: 0.11.1
- Smear-cursor version/commit: abfa583
Scrolling up and down continuously causes smear-cursor to start using 100% CPU, causing neovim to slow down to the point of becoming unresponsive.
This happens when smear-cursor is the only plug-in loaded.
Lazy config:
Environment