From 863c3619a87843d1c9c9691e707fbaf5f6bf4ddf Mon Sep 17 00:00:00 2001 From: Tod Hansmann Date: Mon, 20 Feb 2023 15:21:34 -0700 Subject: [PATCH] docs: add comment about WSL clipboarding --- init.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/init.lua b/init.lua index aeca6d28..e7f7fa44 100644 --- a/init.lua +++ b/init.lua @@ -203,6 +203,7 @@ vim.o.mouse = 'a' -- Sync clipboard between OS and Neovim. -- Remove this option if you want your OS clipboard to remain independent. +-- If you are on WSL2, you should remove this line or nvim may hang on paste -- See `:help 'clipboard'` vim.o.clipboard = 'unnamedplus'