You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i add this code in my init.lua, then copy sync could work, I don't know if it will help you
-- Clipboard {{{
vim.opt.clipboard = "unnamedplus" -- Use system clipboard
vim.opt.fixeol = false -- Turn off appending new line in the end of a file
-- }}}
Bug Report: Copy Sync Not Working on Neovim v0.10.0
Description:
The copy sync functionality is not working on Neovim v0.10.0. I have tested downgrading back to v0.9.5, and the copy sync as expected.
Steps to Reproduce:
Expected Behavior:
The copy sync should work correctly on Neovim v0.10.0, as it does on v0.9.5.
Actual Behavior:
The copy sync does not work on Neovim v0.10.0.
Neovim Version:
System Information:
Please let me know if there is any additional info that may help diagnose
The text was updated successfully, but these errors were encountered: