docs: add comment about WSL clipboarding

pull/189/head
Tod Hansmann 2 years ago
parent 72364ad9ac
commit 863c3619a8
No known key found for this signature in database
GPG Key ID: F222B332DF5B2C55

@ -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'

Loading…
Cancel
Save