From 48dbc6b007840b252db047b472620702dc63facc Mon Sep 17 00:00:00 2001 From: serxoz Date: Mon, 29 May 2023 17:43:40 +0200 Subject: [PATCH] dep.: xclip --- nvim/README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/nvim/README.md b/nvim/README.md index 51d5264..df1d80f 100644 --- a/nvim/README.md +++ b/nvim/README.md @@ -1,4 +1,6 @@ -# Serxoz init.lua -Prerequisite: install [ripgrep](https://github.com/BurntSushi/ripgrep). +### Serxoz init.lua +Prerequisite: +- install [ripgrep](https://github.com/BurntSushi/ripgrep). +- install xclip, to interact with system clipboard. Based on the [ThePrimeagen's one](https://github.com/ThePrimeagen/init.lua).