diff --git a/playbook.yml b/playbook.yml index a6076ae..99f64f2 100644 --- a/playbook.yml +++ b/playbook.yml @@ -398,6 +398,15 @@ pacman: name: python-neovim state: present + - name: Install Helix editor + become: true + pacman: + name: helix + state: present + - name: Setup Helix editor + synchronize: + src: helix + dest: /$HOME/.config - name: Install Fish (shell) become: true pacman: