update-scripts: Add a script to search for nvim-lspconfig server packages

This commit is contained in:
Quentin Boyer 2024-10-08 22:51:23 +02:00 committed by nix-infra-bot
parent bef9feb446
commit dc7bca6d8c
2 changed files with 131 additions and 0 deletions

View file

@ -111,6 +111,11 @@
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}'';
help = "Locate (with nix-index) LSP servers in nixpkgs";
}
];
};
};