Don't install pynvim globally on Debian

For PEP 668 reasons.
This commit is contained in:
Kenneth Benzie 2024-04-09 19:41:31 +01:00
parent 947a6f1b87
commit e82bff66ce

View File

@ -17,7 +17,6 @@
state: latest
- name: install python provider pip package
become: true
pip:
name: pynvim
state: latest