Skip to content

Commit

Permalink
chore: install python and ruby provider
Browse files Browse the repository at this point in the history
  • Loading branch information
bobstrange committed Apr 3, 2024
1 parent 8b2e476 commit 1dc02a3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ansible/roles/nvim/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,10 @@
become: true
apt:
name: neovim
- name: 'Configure python related'
- name: 'Configure python3 provider'
shell: "{{ home_dir }}/.pyenv/shims/pip3 install --upgrade neovim"
- name: 'Configure ruby provider'
shell: "{{ home_dir }}/.rbenv/shims/gem install neovim"
- name: 'Update editor path'
become: true
shell: "update-alternatives --set {{ item }}"
Expand Down

0 comments on commit 1dc02a3

Please sign in to comment.