fredizzimo
fredizzimo
@9mm The CI actually produces packages that you can use, here for example https://github.com/neovide/neovide/actions/runs/7243302784
I will mark the messages as off-topic, once this is all resolved. 1. Unfortunately no, but it would be easy to add a `NEOVIDE_FORK=0`, check `cmd_line.rs`. NOTE, we don't want...
Well, you can do this `neovide -- --cmd cd ~`
> but realistically in most cases if you launch Neovide from the terminal you're going to want it to fork, so why not make that the default. I don't agree...
That sounds like it's something that should be handled by the homebrew cask and not by the application itself.
This was fixed in the latest version of https://github.com/neovide/neovide/pull/1870, but it needs either Neovim master or the Neovim `release-0.9` branch (upcoming 0.9.2 release). But you are already using that so...
Ah, sorry, yes I was not reading correctly. I thought you meant the incremental search and replace, which was broken and fixed. I will look into this a bit later,...
Yes, from the logs it looks like it creates and destroys the preview window for each character typed. Like this ``` TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(WindowPosition { grid: 2, start_row: 0,...
@MultisampledNight, it seems like you reversed the scroll direction here in this commit https://github.com/neovide/neovide/pull/1148/commits/6e8f0d1950eb7294607f2594825a230d89eeef2f of this PR * https://github.com/neovide/neovide/pull/1148 Is this bug? * A difference between platforms * Difference between...
The bug has now been reported to Neovim here https://github.com/neovim/neovim/issues/24802