added installation of ripgrep for neovim

This commit is contained in:
aminnairi
2024-01-02 21:18:38 +01:00
parent b0c97c1593
commit dcda81b33e
+5
View File
@@ -1,4 +1,9 @@
---
- name: Install RipGrep
become: true
pacman:
name: ripgrep
state: present
- name: Install Node.js
become: true
pacman: