added ruby provider for neovim

This commit is contained in:
aminnairi
2023-12-02 15:28:41 +01:00
parent 6aa3a8c024
commit c30a9f4c79
2 changed files with 13 additions and 0 deletions
+10
View File
@@ -393,6 +393,16 @@
pacman:
name: python-neovim
state: present
- name: Install Ruby for Neovim
become: true
pacman:
name: ruby
state: present
- name: Install Ruby Gem for Neovim
become: true
gem:
name: neovim
state: present
- name: Install Helix editor
become: true
pacman: