Marco Hinz

Results 58 comments of Marco Hinz

Yup, the autocmd gets removed after its first usage.

Unfortunately, this repo isn't very well maintained at the moment. If you'd like to help out and add support for the latest Nvim features, I'd gladly give you write access.

I use neither neovim-qt nor Windows and I assume bringing a GUI application to the front requires some kind of Windows-specific scripting (batch file or powershell script). Also I'm not...

Unfortunately I don't have a M1, but duckduckgo suggests it's a common issue in the Python world. Maybe you have better chances getting it solved by creating an issue for...

I'm closing this since I'm pretty sure that it's not an issue with this package but a configuration problem. But we can figure out the problem here anyway. 1. Is...

Oh, so Nvim segfaults. 1. Which Nvim version is it exactly? (`nvim --version | grep NVIM`) 1. How did you install Nvim?

I guess it's this bug: https://github.com/neovim/neovim/issues/11052 Although there's nothing I can do about it, I let this open for a while, since it's likely that others experience this issue as...

When forking a new process, nvr defaults to whatever `nvim` is in $PATH. (You can use another executable for testing via `$NVR_CMD`.) I tried: - v0.4.3 Release from Homebrew -...

Well, whatever the plugins are doing, they trigger a condition that makes Nvim segfault and Nvim should never segfault. And according to [this comment](https://github.com/neovim/neovim/issues/11052#issuecomment-533830570), the problem is understood. It _just_...

@peter-lucia It's sad to hear that so many people experience this bug, but I don't see any way to fix this from neovim-remote. This needs to be fixed in Nvim....