docs: add comment about WSL clipboarding
This commit is contained in:
parent
72364ad9ac
commit
863c3619a8
1
init.lua
1
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'
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user