mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-23 01:08:43 +02:00
flake-modules/list-plugins: add extra filters
I have been using this more and wanted to create some filters to onlyoutput the information I cared about. This adds the ability to filter bykind, state, and whether a plugin has deprecation warnings.
This commit is contained in:
parent
3a04cc75e6
commit
45081d5f21
2 changed files with 49 additions and 21 deletions
|
@ -108,7 +108,7 @@
|
|||
}
|
||||
{
|
||||
name = "list-plugins";
|
||||
command = "${pkgs.python3.interpreter} ${./list-plugins.py}";
|
||||
command = ''${pkgs.python3.interpreter} ${./list-plugins.py} "$@"'';
|
||||
help = "List plugins and get implementation infos";
|
||||
}
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue