mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-24 17:58:38 +02:00
flake/dev: add list-plugins script/command
This commit is contained in:
parent
affee53852
commit
744dfea48b
2 changed files with 156 additions and 0 deletions
|
@ -63,6 +63,11 @@
|
|||
${pkgs.lib.getExe pkgs.python3} -m http.server -d "$doc_derivation"/share/doc
|
||||
'';
|
||||
}
|
||||
{
|
||||
name = "list-plugins";
|
||||
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