/ansible-neovim

Ansible neovim role to install neovim and plugins.

GNU General Public License v3.0GPL-3.0

sthysel.neovim

Install and configure neovim with common plugins and their dependencies.

Usage

 ansible-playbook nvim.yml -i inventory -K

Inventory

A inventory file containing something like:

localhost  ansible_connection=local 

Playbook

A playbook (nvim.yml) like:

---
- hosts: localhost
  roles:
    - sthysel.neovim