Fix pynvim on macOS by installing dependency

This commit is contained in:
Kenneth Benzie 2023-10-01 23:42:44 +01:00
parent 253cf462b3
commit 9fef9403b3

View File

@ -6,6 +6,12 @@
state: latest
- set_fact:
neovim_pip_packages: '{{neovim_pip_packages + ["pynvim"]}}'
neovim_pip_packages: >
{{
neovim_pip_packages + [
"pynvim",
"greenlet"
]
}}
- include_tasks: Unix.yaml