mirror of
https://github.com/nix-community/nixvim.git
synced 2025-11-24 03:09:39 +01:00
flake: add diff-plugins command
Prints the plugins added or removed when compared to a particular nixvim revision.
This commit is contained in:
parent
f0764db721
commit
a473ef658a
2 changed files with 113 additions and 0 deletions
|
|
@ -115,6 +115,11 @@
|
|||
command = ''${pkgs.python3.interpreter} ${./new-plugin.py} "$@"'';
|
||||
help = "Create a new plugin";
|
||||
}
|
||||
{
|
||||
name = "diff-plugins";
|
||||
command = ''${pkgs.python3.interpreter} ${./diff-plugins.py} "$@"'';
|
||||
help = "Compare available plugins with another nixvim commit";
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue