Install latest pynvim on Debian based systems

Fixes #21
This commit is contained in:
Kenneth Benzie 2024-04-06 14:37:02 +01:00
parent 8635277d75
commit 035c9a7577

View File

@ -9,14 +9,19 @@
name: neovim
state: absent
- name: install python provider apt package
- name: install gnu stow for managing tar.gz package
become: true
apt:
name:
- python3-neovim
- stow
state: latest
- name: install python provider pip package
become: true
pip:
name: pynvim
state: latest
- name: stat installed executable
stat:
path: /usr/local/bin/nvim