mirror of
https://github.com/nix-community/nixvim.git
synced 2025-08-15 23:18:03 +02:00
update-scripts: Add a script to search for nvim-lspconfig server packages
This commit is contained in:
parent
bef9feb446
commit
dc7bca6d8c
2 changed files with 131 additions and 0 deletions
|
@ -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";
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue