mirror of
https://github.com/neovim/neovim.git
synced 2024-12-19 18:55:14 -07:00
docs: document setting g:clipboard to v:false (#28085)
This commit is contained in:
parent
74776dfb2a
commit
8424c64498
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user