Víctor Rico
Víctor Rico
@sineptic related issue: https://github.com/folke/noice.nvim/issues/923#issuecomment-2310202468
Same here, it doesn't work. @SuperCuber @folke Here's my workaround (using lazy): ```lua return { 'folke/noice.nvim', event = 'VeryLazy', opts = {}, dependencies = { -- if you lazy-load any...
> I open VERY [similar issue](https://github.com/rcarriga/nvim-notify/issues/273) for notify plugin. We discover that if in notify config set `stages="static"` this problem doesn't occurs. Is there some similar options for noice? This...
As others pointed out, some users are reporting the same bug in nvim-notify. I’ll try to apply the workaround suggested in their issues. If it does work I’ll let you...
> Hmmm. Interesting that a change in here brings out a bug that exists in `nvim-notify`. I'll update to 4.5.0 again as well and disable `nvim-notify` and see if I...
Got it working! - Os: macOS Sonoma 15.6.1 - Terminal: iTerm2 - Mutiplexer: zellij **Note**: I ended up splitting the config for `noice` & `nvim-notifiy` for convenience. Make sure you...
> Hm. I'm not sure it's only `Zellij` it could have its own underlying issue that isn't playing nicely in general, because I disabled `nvim-notify` and updated `noice` back to...
> Hm. I'm not sure it's only `Zellij` it could have its own underlying issue that isn't playing nicely in general, because I disabled `nvim-notify` and updated `noice` back to...
Today I find out the cursor is still jumping. With a different (less annoying) behavior. And again only inside zellij. I’ll just disable nvim-notify by now.
Some tmux users are reporting the same bug in nvim-notify issues.