added installation of helix

This commit is contained in:
aminnairi
2023-11-28 22:27:25 +01:00
parent b712e21e1e
commit b54542573a
+5
View File
@@ -8,6 +8,11 @@
pacman:
name: vue-language-server
state: present
- name: Install Helix (text editor)
become: true
pacman:
name: helix
state: present
- name: Install Fd (alternative to find)
become: true
pacman: