fredizzimo

Results 1393 comments of fredizzimo

Which platform, and do you have the clipboard provider tool installed https://neovim.io/doc/user/provider.html#clipboard? You should be able to verify with `:checkhealth`

Hm, `unnamedplus` should be the default in astronvim https://github.com/AstroNvim/AstroNvim/blob/e1e08e29d2df6a2be92a012edba52a1b7f7eaa05/lua/astronvim/plugins/_astrocore_options.lua#L8 Are you saying that isn't the case? Or is there some more problems even after it's set. Note that the Neovide...

`--headless` is likely the problem here, try running with just `--listen`. Headless does not wait for the UI (Neovide) to connect before running the init files, while just `--listen` does.

Ok, I will check this closer when I have access to my computer in a bit over one week. > For example, the register window was not closed I think...

I checked the remote clipboard on a Windows machine. It works, but it looks like there are some performance issues. I'm not sure if that is related to your problem...

This is a Neovim bug, see * https://github.com/neovim/neovim/issues/29644 The workaround is to not set `clipboard=unnamedplus`, that's the default anyway.

It turns out that the clipboard provider has to be reset, I have a fix here * https://github.com/neovide/neovide/issues/2613

I'm re-opening this, since the refresh rate and perhaps some other host specific options were never added to our `config.toml` file. I don't think anyone thought about it, due to...

I'm re-opening this. The setting should be applied no matter where it's defined in the init file. I already found the bug and will make a fix soon.

This should be fixed by * #2619 But I don't have a macOS computer to test it on myself.