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" -}}