feat(clipboard): added wayclip support (#21091)

This commit is contained in:
XDream8
2022-11-18 15:39:56 +00:00
committed by GitHub
parent 2360c98456
commit db407010fa
2 changed files with 7 additions and 0 deletions

View File

@@ -188,6 +188,7 @@ registers. Nvim looks for these clipboard tools, in order of priority:
- |g:clipboard|
- pbcopy, pbpaste (macOS)
- wl-copy, wl-paste (if $WAYLAND_DISPLAY is set)
- waycopy, waypaste (if $WAYLAND_DISPLAY is set)
- xclip (if $DISPLAY is set)
- xsel (if $DISPLAY is set)
- lemonade (for SSH) https://github.com/pocke/lemonade