Updated Neovim config
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user