mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 08:35:43 +02:00
dev/list-plugins: make it a proper package
This commit is contained in:
parent
0fb43cbfb6
commit
bc3b99c4d9
4 changed files with 34 additions and 8 deletions
|
@ -106,11 +106,6 @@
|
|||
(cd "$doc_derivation"/share/doc && ${pkgs.lib.getExe pkgs.python3} ${./server.py})
|
||||
'';
|
||||
}
|
||||
{
|
||||
name = "list-plugins";
|
||||
command = ''${pkgs.python3.interpreter} ${./list-plugins.py} "$@"'';
|
||||
help = "List plugins and get implementation infos";
|
||||
}
|
||||
{
|
||||
name = "locate-lsp-packages";
|
||||
command = ''${pkgs.python3.interpreter} ${./locate-lsp-packages.py}'';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue