An open API service indexing awesome lists of open source software.

https://github.com/sthysel/ansible-neovim

Ansible neovim role to install neovim and plugins.
https://github.com/sthysel/ansible-neovim

ansible neovim playbook vim

Last synced: about 1 year ago
JSON representation

Ansible neovim role to install neovim and plugins.

Awesome Lists containing this project

README

          

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

```