mirror of
https://github.com/neovim/neovim.git
synced 2026-04-28 02:04:10 +00:00
feat(clipboard): added wayclip support (#21091)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user