Also fix `just update-vim-plugins` as it was broken by the recent refactor.
23 lines
567 B
Nix
23 lines
567 B
Nix
# GENERATED by ./pkgs/applications/editors/vim/plugins/update.py. Do not edit!
|
|
{
|
|
lib,
|
|
buildVimPlugin,
|
|
buildNeovimPlugin,
|
|
fetchFromGitHub,
|
|
fetchgit,
|
|
}:
|
|
|
|
final: prev: {
|
|
nvim-silicon = buildVimPlugin {
|
|
pname = "nvim-silicon";
|
|
version = "2025-01-09";
|
|
src = fetchFromGitHub {
|
|
owner = "michaelrommel";
|
|
repo = "nvim-silicon";
|
|
rev = "7f66bda8f60c97a5bf4b37e5b8acb0e829ae3c32";
|
|
sha256 = "1zk6lgghvdcys20cqvh2g1kjf661q1w97niq5nx1zz4yppy2f9jy";
|
|
};
|
|
meta.homepage = "https://github.com/michaelrommel/nvim-silicon/";
|
|
};
|
|
|
|
}
|