Fix pynvim on macOS by installing dependency
This commit is contained in:
parent
253cf462b3
commit
9fef9403b3
@ -6,6 +6,12 @@
|
|||||||
state: latest
|
state: latest
|
||||||
|
|
||||||
- set_fact:
|
- set_fact:
|
||||||
neovim_pip_packages: '{{neovim_pip_packages + ["pynvim"]}}'
|
neovim_pip_packages: >
|
||||||
|
{{
|
||||||
|
neovim_pip_packages + [
|
||||||
|
"pynvim",
|
||||||
|
"greenlet"
|
||||||
|
]
|
||||||
|
}}
|
||||||
|
|
||||||
- include_tasks: Unix.yaml
|
- include_tasks: Unix.yaml
|
||||||
|
Loading…
x
Reference in New Issue
Block a user