1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-12-14 13:01:12 +01:00

flake/dev/devshell: drop (effectively unused) locate-lsp-packages

This commit is contained in:
Gaetan Lepage 2025-10-03 20:31:56 +02:00 committed by Matt Sturgeon
parent 96c9775a5f
commit 74536f7432
2 changed files with 0 additions and 131 deletions

View file

@ -96,11 +96,6 @@
nix run .#docs
'';
}
{
name = "locate-lsp-packages";
command = ''${./locate-lsp-packages.py}'';
help = "Locate (with nix-index) LSP servers in nixpkgs";
}
{
name = "new-plugin";
command = ''${./new-plugin.py} "$@"'';