Install and configure neovim with common plugins and their dependencies.
ansible-playbook nvim.yml -i inventory -K
A inventory file containing something like:
localhost ansible_connection=local
A playbook (nvim.yml) like:
---
- hosts: localhost
roles:
- sthysel.neovim