mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 14:32:13 +02:00
added ruby provider for neovim
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user