From 069574e4394af90965178e0c9e2263707b0d64da Mon Sep 17 00:00:00 2001 From: Florian RICHER Date: Sat, 3 Sep 2022 16:16:44 +0200 Subject: [PATCH] Add xclip --- run_once_prepare_arch.sh.tmpl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/run_once_prepare_arch.sh.tmpl b/run_once_prepare_arch.sh.tmpl index 2b9200b..c51003e 100644 --- a/run_once_prepare_arch.sh.tmpl +++ b/run_once_prepare_arch.sh.tmpl @@ -19,9 +19,10 @@ packages+=(kitty viu tmux zsh) # For development # ## Modern replacement of vim with lua support # ## python-neovim => Required by neovim with current config +# ## xclip => Required by neovim with current config to sync clipboard between neovim and system # ## ripgrep => Required by neovim with current config # ## rust-analyzer => Use in replacement of RLS | Used by (emacs-ng + neovim + vscode if installed) -packages+=(neovim python-neovim ripgrep rust-analyzer) +packages+=(neovim xclip python-neovim ripgrep rust-analyzer) {{ if eq .wm "i3wm" }} {{- template "i3wm_before" -}}