ansible-collection-base/roles/neovim
2021-09-04 09:20:35 +02:00
..
defaults feat(neovim): add initial role 2021-09-04 09:20:35 +02:00
handlers feat(neovim): add initial role 2021-09-04 09:20:35 +02:00
meta feat(neovim): add initial role 2021-09-04 09:20:35 +02:00
tasks feat(neovim): add initial role 2021-09-04 09:20:35 +02:00
templates feat(neovim): add initial role 2021-09-04 09:20:35 +02:00
vars feat(neovim): add initial role 2021-09-04 09:20:35 +02:00
README.md feat(neovim): add initial role 2021-09-04 09:20:35 +02:00

neovim

Deploys neovim from xbps and configures it, with plugins installed via dein. It ships with language server configs for rust, and it comes with the deus theme preconfigured

Example Playbook

- hosts: devboxes
  collections:
    - jcgruenhage.base
  roles:
     - neovim

License

CNPLv7+

Author Information