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.
- Host: GitHub
- URL: https://github.com/sthysel/ansible-neovim
- Owner: sthysel
- License: gpl-3.0
- Created: 2016-03-26T14:11:03.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-26T14:34:46.000Z (over 10 years ago)
- Last Synced: 2025-05-12T21:57:40.896Z (about 1 year ago)
- Topics: ansible, neovim, playbook, vim
- Size: 14.6 KB
- Stars: 11
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```