From ab82ce00bd123236792c65a0cc3db2b583d25e37 Mon Sep 17 00:00:00 2001 From: serxoz Date: Sat, 2 Mar 2024 13:46:11 +0100 Subject: [PATCH] neovim - clipboard in wayland --- nvim/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nvim/README.md b/nvim/README.md index df1d80f..1cb444b 100644 --- a/nvim/README.md +++ b/nvim/README.md @@ -1,6 +1,6 @@ ### Serxoz init.lua Prerequisite: - install [ripgrep](https://github.com/BurntSushi/ripgrep). -- install xclip, to interact with system clipboard. +- install xclip or wl-clipboard (if in wayland), to interact with system clipboard. Based on the [ThePrimeagen's one](https://github.com/ThePrimeagen/init.lua).