Skip to content

Role to install latest available neovim for each Linux distribution

Notifications You must be signed in to change notification settings

budimanjojo/ansible-role-neovim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible Duo Neovim Role

Role to install latest available neovim for each Linux distribution. For Debian, we use Appimage.

Supported OS Families

  • Ubuntu (tested)
  • Arch Linux (tested)
  • Redhat (tested)

Role Variables

This role doesn't have any variable, you can just run it and the latest neovim will be there.

Dependencies

None

Example Playbook

Here is an example playbook:

- hosts: all

  roles:
  - budimanjojo.neovim

License

MIT License