mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06: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 "*"
|
The presence of a working clipboard tool implicitly enables the '+' and "*"
|
||||||
registers. Nvim looks for these clipboard tools, in order of priority:
|
registers. Nvim looks for these clipboard tools, in order of priority:
|
||||||
|
|
||||||
- |g:clipboard|
|
- |g:clipboard| (unless unset or `false`)
|
||||||
- pbcopy, pbpaste (macOS)
|
- pbcopy, pbpaste (macOS)
|
||||||
- wl-copy, wl-paste (if $WAYLAND_DISPLAY is set)
|
- wl-copy, wl-paste (if $WAYLAND_DISPLAY is set)
|
||||||
- waycopy, waypaste (if $WAYLAND_DISPLAY is set)
|
- waycopy, waypaste (if $WAYLAND_DISPLAY is set)
|
||||||
|
Loading…
Reference in New Issue
Block a user