vim-nixhash icon indicating copy to clipboard operation
vim-nixhash copied to clipboard

neovim plugin to automate fixing fake TOFU hashes when writing nix derivations

Results 3 vim-nixhash issues
Sort by recently updated
recently updated
newest added

`` is handy, but I still have to _think_ so much! Couldn't there be a binding to replace a motion with a corresponding hash? e.g. if I `Hi"`, and there's...

It'd be keen if the :NixBuild command could re-run for as long as it had updated hashes.

on Nix 2.22.3, `nix-hash` outputs a deprecation warning. The last line in the output is still the converted hash, but this breaks the `vim.fn.split` parser. ``` warning: The old format...