Add xclip
This commit is contained in:
parent
8b2b17ece7
commit
069574e439
1 changed files with 2 additions and 1 deletions
|
@ -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" -}}
|
||||
|
|
Loading…
Reference in a new issue