1
0
Fork 0

Add xclip

This commit is contained in:
Florian RICHER 2022-09-03 16:16:44 +02:00
parent 8b2b17ece7
commit 069574e439

View file

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