parent
8635277d75
commit
035c9a7577
@ -9,14 +9,19 @@
|
|||||||
name: neovim
|
name: neovim
|
||||||
state: absent
|
state: absent
|
||||||
|
|
||||||
- name: install python provider apt package
|
- name: install gnu stow for managing tar.gz package
|
||||||
become: true
|
become: true
|
||||||
apt:
|
apt:
|
||||||
name:
|
name:
|
||||||
- python3-neovim
|
|
||||||
- stow
|
- stow
|
||||||
state: latest
|
state: latest
|
||||||
|
|
||||||
|
- name: install python provider pip package
|
||||||
|
become: true
|
||||||
|
pip:
|
||||||
|
name: pynvim
|
||||||
|
state: latest
|
||||||
|
|
||||||
- name: stat installed executable
|
- name: stat installed executable
|
||||||
stat:
|
stat:
|
||||||
path: /usr/local/bin/nvim
|
path: /usr/local/bin/nvim
|
||||||
|
Loading…
x
Reference in New Issue
Block a user