Updated Neovim config

This commit is contained in:
2026-08-06 20:04:50 +02:00
parent 79efaebf65
commit a5be7d2956
2 changed files with 62 additions and 2 deletions
@@ -3,3 +3,9 @@
ansible.builtin.pacman:
name: neovim
when: chezmoi.osRelease.id == "arch"
- name: Install the clipboard manager
become: true
ansible.builtin.pacman:
name: "{{ 'wl-clipboard' if lookup('env', 'XDG_SESSION_TYPE') == 'wayland' else 'xclip' }}"
when: chezmoi.osRelease.id == "arch"