Prefer xclip over xsel (#275)

Neovim recommends using xclip over xsel: https://github.com/neovim/neovim/pull/9302
This commit is contained in:
evakuator 2021-04-20 21:29:21 +06:00 committed by GitHub
parent e94d9e18c5
commit 3e66e82b7e
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 4AEE18F83AFDEB23

View file

@ -56,13 +56,13 @@ yay -S neovim-git
- Ubuntu
```bash
sudo apt install xsel
sudo apt install xclip
```
- Arch
```bash
sudo pacman -S xsel
sudo pacman -S xclip
```
- WSL2