question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

In neovim, I have <LEADER> y (in my case \y) configured to copy text into the + register, and it works. However, it doesn’t in VSCode with this plugin, nor does it with \+y 🤔 any ideas?

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

4reactions
jdartcommented, Sep 20, 2020

Does set clipboard=unnamedplus help?

0reactions
aesyonducommented, Mar 5, 2021

Does set clipboard=unnamedplus help?

Just for reference, based on this comment https://github.com/asvetliakov/vscode-neovim/issues/298#issuecomment-730634978, the directive should be placed in ~/.config/nvim/init.vim, and I confirm it works.

mkdir -p ~/.config/nvim/
echo "set clipboard=unnamedplus" >> ~/.config/nvim/init.vim

macOS Catalina@10.15.7 NVIM@v0.5.0-dev+1122-g8f4b9b8b7 vscode@1.54.1 neovim@0.0.78

Read more comments on GitHub >

github_iconTop Results From Across the Web

Copying - definition of copying by The Free Dictionary
1. To make a reproduction or copy of: copied the note letter for letter; copied the file to a disk. · 2. To...
Read more >
Copying - Wikipedia
Copying is the duplication of information or an artifact based on an instance of that information or artifact, and not using the process...
Read more >
Meaning of copying in English - Cambridge Dictionary
to produce something so that it is the same as an original piece of work: They've copied the basic design from the Japanese...
Read more >
40 Synonyms & Antonyms of COPYING - Merriam-Webster
Synonyms for COPYING: reproducing, replicating, rendering, duplicating, imitating, cloning, recreating, copycatting; Antonyms of COPYING: creating, ...
Read more >
copying - Wiktionary
NounEdit · (countable) an instance of the making of a copy · (uncountable) the practice of making one or more copies ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found