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
- Host: GitHub
- URL: https://github.com/redxtech/nix-reaver.nvim
- Owner: redxtech
- Created: 2024-07-27T09:34:54.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-28T06:31:06.000Z (almost 2 years ago)
- Last Synced: 2025-02-19T13:46:49.853Z (over 1 year ago)
- Language: Lua
- Size: 13.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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