update-scripts: Extract the list of all servers from nvim-lspconfig

This commit is contained in:
Quentin Boyer 2024-09-29 19:04:07 +02:00
parent cab6b0c9fe
commit aa24b3f9d8
8 changed files with 1832 additions and 1 deletions

View file

@ -26,4 +26,5 @@ lib.fix (self: {
efmls-configs-sources = pkgs.callPackage ./efmls-configs.nix { };
none-ls-builtins = pkgs.callPackage ./none-ls.nix { };
rust-analyzer-options = pkgs.callPackage ./rust-analyzer { };
lspconfig-servers = pkgs.callPackage ./nvim-lspconfig { };
})