From c7e08f67d8baf54aead6027aa440fad43d2ac025 Mon Sep 17 00:00:00 2001 From: chaeing Date: Thu, 25 Mar 2021 21:58:18 -0700 Subject: Add clipboard support guide for WSL2 (#167) To support Windows system clipboard in neovim on WSL2 --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index ccdfa637..c75f5256 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,17 @@ $HOME/.config/nvim/vimscript/nv-vscode/init.vim ```bash sudo pacman -S xsel ``` + +- WSL2 + + Make sure ~/bin is in your path in this case. + + ```bash + curl -sLo/tmp/win32yank.zip https://github.com/equalsraf/win32yank/releases/download/v0.0.4/win32yank-x64.zip + unzip -p /tmp/win32yank.zip win32yank.exe > /tmp/win32yank.exe + chmod +x /tmp/win32yank.exe + mv /tmp/win32yank.exe ~/bin + ``` ## LSP -- cgit v1.2.3