install lua 5.1 version expected by neovim

This commit is contained in:
aminnairi
2024-11-28 10:46:08 +01:00
parent 1780a758e5
commit 254b197ea9
+5
View File
@@ -1,4 +1,9 @@
---
- name: Install Lua 5.1
become: true
pacman:
name: lua51
state: latest
- name: Install RipGrep
become: true
pacman: