docs: add comment about WSL clipboarding

This commit is contained in:
Tod Hansmann 2023-02-20 15:21:34 -07:00
parent 72364ad9ac
commit 863c3619a8
No known key found for this signature in database
GPG Key ID: F222B332DF5B2C55

View File

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