docs: document setting g:clipboard to v:false (#28085)

This commit is contained in:
dundargoc 2024-03-29 15:43:26 +01:00 committed by GitHub
parent 74776dfb2a
commit 8424c64498
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -185,7 +185,7 @@ See 'clipboard' for details and options.
The presence of a working clipboard tool implicitly enables the '+' and "*"
registers. Nvim looks for these clipboard tools, in order of priority:
- |g:clipboard|
- |g:clipboard| (unless unset or `false`)
- pbcopy, pbpaste (macOS)
- wl-copy, wl-paste (if $WAYLAND_DISPLAY is set)
- waycopy, waypaste (if $WAYLAND_DISPLAY is set)