diff options
author | XDream8 <62709801+XDream8@users.noreply.github.com> | 2022-11-18 15:39:56 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-18 08:39:56 -0700 |
commit | db407010facc55c19b5ebdf881225ac39cb29d01 (patch) | |
tree | c1f38e40d01615a4e738d7328a6870ad61da702a /runtime/doc/provider.txt | |
parent | 2360c984565c8a8f94ec32bcbe4a6af19fa38f0f (diff) | |
download | rneovim-db407010facc55c19b5ebdf881225ac39cb29d01.tar.gz rneovim-db407010facc55c19b5ebdf881225ac39cb29d01.tar.bz2 rneovim-db407010facc55c19b5ebdf881225ac39cb29d01.zip |
feat(clipboard): added wayclip support (#21091)
Diffstat (limited to 'runtime/doc/provider.txt')
-rw-r--r-- | runtime/doc/provider.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/doc/provider.txt b/runtime/doc/provider.txt index a7b5b1d492..3ccff3dc3c 100644 --- a/runtime/doc/provider.txt +++ b/runtime/doc/provider.txt @@ -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 |