akiyosi / goneovim

A GUI frontend for neovim.
MIT License
2.36k stars 59 forks source link

WSL Clipboard does not work #460

Closed DanWiseProgramming closed 1 year ago

DanWiseProgramming commented 1 year ago

When I attempt to paste something into Neovim which was copied from Widows using this build, running it with goneovim.exe --wsl, it does not work.

According to :checkhealth, no clipboard tool is installed. Other GUIs register themselves as clipboard providers such as Neovide, FVim, etc.

Is this a known issue? Am I missing something?

akiyosi commented 1 year ago

Thanks for this issue report. I have added the functionality to make gooneovim a clipboard provider.

Try the following.

https://github.com/akiyosi/goneovim/actions/runs/4839753238

To activate the feature add the following to settings.toml

[Editor]
Clipboard = true
akiyosi commented 1 year ago

The branch has been merged into master, the issue has been solved. Closed.

DanWiseProgramming commented 1 year ago

Hi @akiyosi , Thank you - I will give it a test soon. Thanks for working on fixing this!