ansible-collection-base/roles/neovim/README.md
2021-09-04 09:20:35 +02:00

28 lines
491 B
Markdown

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
----------------
```yaml
- hosts: devboxes
collections:
- jcgruenhage.base
roles:
- neovim
```
License
-------
[CNPLv7+](https://thufie.lain.haus/NPL.html)
Author Information
------------------
- [Jan Christian Grünhage](https://jcg.re) <jan.christian@gruenhage.xyz>