Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dikkadev/neovim-nightly-installer


https://github.com/dikkadev/neovim-nightly-installer

Last synced: 3 days ago
JSON representation

Awesome Lists containing this project

README

        

# Neovim nightly installer

*Cron ready*

*For Ubuntu/Debian*

This needs the neovim git repo to be under `./source`

## Example cronjob

This builds it every tuesday and fridat at 4am.

```cron
0 4 * * 2,5 path/build-latest-nightly.sh >> path/build.log 2>&1
```