fredizzimo

Results 1393 comments of fredizzimo

I'm pretty sure `Pattern not found: eventloopbuilder` comes from the built-in search. More specifically search next - `n`. I'm not sure how that triggers from insert mode though. Maybe there's...

> Presumably nvim also behaves this way on other platforms (in the event of alt + n, assuming the input front-end translates that to "")...? Yes, and that's actually a...

@9mm * https://neovim.io/doc/user/usr_21.html#21.3 * https://neovim.io/doc/user/starting.html#shada-file

That one will probably be hard to fix, so maybe we should rebase this, review and merge?

@JamesWidman. We need to add some actual contributor documentation too, but we do have these instructions in the maintainer documentation https://neovide.dev/maintainer-cookbook.html#actually-releasing > website/docs/*.md and update Unreleased yet to Available since...

@JamesWidman, are you still planning to work on this, or should we find someone else to finish it. Also note, that we have `*SettingsChanged` events now, so most of the...

Coincidentally, we debugged a very similar issue in the discord channel an hour ago. `wsl '$SHELL' -lc '/home/linuxbrew/.linuxbrew/bin/nvim -v'` does not work from `cmd`, but it should in `powershell`. It...

And we should also change the output to report something like that by default.

For bash you need to set them in `.profile` or `.bash_profile`, since `.bashrc` is not source by Neovide. It's only sourced in for interactive shells, and Neovide use no-interactive login...

I'm re-opening this. We do have a better error message now, but the root cause is still there and we have hade a few different reports. For example no-one has...