Andre Toerien

Results 26 comments of Andre Toerien

Getting the same error, although only with `Ctrl + C` and not `Esc`. I fixed it like this (in Lua): ```diff diff --git a/lua/eyeliner/on-key.lua b/lua/eyeliner/on-key.lua index e384f73..5d5370f 100644 --- a/lua/eyeliner/on-key.lua...

> @AThePeanut4 I strongly suggest separating both changes out into separate PRs so that each change can be assessed and merged separately. Currently this PR introduces to many new changes...

> From what I can gather the main objective of this PR is to try to maintain the `insert_after` ordering whilst also allowing users to move buffers to specific positions...

Related #2147 I've experienced this issue as well, and disabling forking fixes it for me (run `launchctl setenv NEOVIDE_FORK 0` and try launching Neovide again)

@fredizzimo I'm unfortunately still seeing this after #2562, with a locally built neovide. I'm also seeing the same behaviour as @nazriel, the issue only happens when running `target/release/bundle/osx/Neovide.app/Contents/MacOS/neovide`, and not...

The docs aren't amazingly clear in general, but I think `Settings currently available in the config file with default values:` indicates clearly enough that the following settings are the only...

Now that I take a closer look, I can also see a very brief stutter when launching Neovide from the Dock. I have also had duplicate icons appear, but only...

> > 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've done some digging, and I think I now understand why GUI apps on macOS appear to "not block" the terminal when you use them. To use BBEdit as an...

I've just run into the same crash, and I've (eventually) managed to figure out consistent reproduction steps (on Linux). This might not be exactly be what happened to cause your...