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

https://github.com/redxtech/nix-reaver.nvim

Auto populate rev attributes for fetchFromGitHub
https://github.com/redxtech/nix-reaver.nvim

Last synced: 8 months ago
JSON representation

Auto populate rev attributes for fetchFromGitHub

Awesome Lists containing this project

README

          

# nix-reaver-nvim

a neovim plugin to update nix fetchers to the latest commit hash.

## installation

install using your favorite package manager:

### lazy.nvim
```lua
{
'redxtech/nix-reaver-nvim',
keys = {
{ 'n', 'ur', ':NixReaver' },
},
config = true,
}
```

## Usage

Run `:NixReaver` within a `fetchFromGitHub` function call to update the rev and hash the latest commit.

## todo

- [ ] add support for other fetchers
- [ ] add support for other branches, tags, etc