Open ojroques opened 4 years ago
It seems this is linked to this issue: https://github.com/neovim/neovim/issues/8450. I've added one of the workaround suggested there and it works now.
Edit: It seems this project is inactive at the moment. I've release my own plugin to integrate OSC52 into Vim with support for Neovim and Windows. Check it out: vim-oscyank.
Hello, I'd like very much to use OSC52 in my workflow unfortunately I cannot get your plugin to work. When running the command in neovim v4.3 my clipboard is not updated at all. I'm testing it in the Windows Terminal, with WSL1 running Ubuntu 20.04. I checked that my terminal supports OSC52 with Chromium's script and indeed it works fine.
Here's a minimal config:
And here's my neovim version:
Any idea what could be wrong? Or how I can debug that? Thanks!