aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/provider.txt
diff options
context:
space:
mode:
authordundargoc <33953936+dundargoc@users.noreply.github.com>2023-06-02 16:59:58 +0200
committerGitHub <noreply@github.com>2023-06-02 22:59:58 +0800
commitaa130d0c7ea69a05330d0b054b414cc3a15dac45 (patch)
treea1a6489799418d2d7e804a522239211b8d86d9e1 /runtime/doc/provider.txt
parent4b60267f82ef1947f8a583c02eaf502cf1db69ca (diff)
downloadrneovim-aa130d0c7ea69a05330d0b054b414cc3a15dac45.tar.gz
rneovim-aa130d0c7ea69a05330d0b054b414cc3a15dac45.tar.bz2
rneovim-aa130d0c7ea69a05330d0b054b414cc3a15dac45.zip
docs: small fixes (#23619)
Co-authored-by: Evgeni Chasnovski <evgeni.chasnovski@gmail.com> Co-authored-by: Gustavo Ferreira <gustavo.ferreira@imaginecurve.com> Co-authored-by: Kai Moschcau <mail@kmoschcau.de> Co-authored-by: Lampros <hauahx@gmail.com>
Diffstat (limited to 'runtime/doc/provider.txt')
-rw-r--r--runtime/doc/provider.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/provider.txt b/runtime/doc/provider.txt
index 117997cec2..a476a56877 100644
--- a/runtime/doc/provider.txt
+++ b/runtime/doc/provider.txt
@@ -189,8 +189,8 @@ registers. Nvim looks for these clipboard tools, in order of priority:
- 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)
+ - xclip (if $DISPLAY is set)
- lemonade (for SSH) https://github.com/pocke/lemonade
- doitclient (for SSH) https://www.chiark.greenend.org.uk/~sgtatham/doit/
- win32yank (Windows)