Open pcorbineau opened 23 hours ago
got the same glitch from windows terminal on cmd.exe and also on wsl2 Ubuntu 24.04
got exact same behaviour on wezterm (on Windows), I will try later on my linux laptop.
I'll try your configuration and let you know. In the meantime, could you check if highlight groups SmearCursorNormal*
and SmearCursorNormalInverted*
(with *
going from 1 to 16) do exist?
It looks like I don't have highlight for Smear set up. (I'm not sure if Telescope highlights
is a good command to check this, I'm a new neovim user)
Ok super interresting . My config glitch also on my laptop linux.
Interesting indeed. I suspect a bad interaction with another plugin. Does the config provided in your original post reproduce the bug?
require("lazy.minit").repro({
spec = {
"stevearc/conform.nvim",
"nvim-neotest/nvim-nio",
{ "sphamba/smear-cursor.nvim", opts = {} },
},
})
I don't have the glitch with this minimal config. It looks like my config trigger this.
It'd be interesting to know what in your config causes this! It looks like only the definition of highlight groups is compromised. The rest of the plugin seems to work as intended.
I post also here (from reddit) for issue tracking,
Here is what I see on Windows using plugin on last master
3cacbf0
:I use default conf using lazy.vim :
I retry with a minimal example :
I didnt get the glitch as above but its clearly not smooth 😞