Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug Report: Copy Sync Not Working on Neovim v0.10.0 #124

Open
euforic opened this issue Jul 20, 2024 · 3 comments
Open

Bug Report: Copy Sync Not Working on Neovim v0.10.0 #124

euforic opened this issue Jul 20, 2024 · 3 comments

Comments

@euforic
Copy link

euforic commented Jul 20, 2024

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:

  1. Upgrade Neovim to v0.10.0.
  2. Attempt to use the copy sync.
  3. Observe that the copy sync does not function.
  4. Downgrade Neovim to v0.9.5.
  5. Attempt to use the copy sync.
  6. Observe that the copy sync works as expected.

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:

  • v0.10.0 (Issue present)
  • v0.9.5 (Works as expected)

System Information:

  • Operating System: Ubuntu

Please let me know if there is any additional info that may help diagnose

@euforic euforic changed the title Bug Report: Shared Clipboard Not Working on Neovim v0.10.0 Bug Report: Copy Sync Not Working on Neovim v0.10.0 Jul 20, 2024
@xyyy1420
Copy link

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
-- }}}

@euforic
Copy link
Author

euforic commented Jul 25, 2024

@xyyy1420 thank you that worked
If this is this expected behavior then I am fine with closing this.

@aserowy
Copy link
Owner

aserowy commented Jul 27, 2024

Like I write in the Readme, im not using the plugin anymore.
Thus, ill need your helps in that matter.

Why is it breaking exactly?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants