1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-08 19:46:06 +01:00

plugins/efmls-configs: use the new lsp module

This commit is contained in:
Gaetan Lepage 2025-10-23 10:51:07 +02:00 committed by Gaétan Lepage
parent a3792ed5fd
commit c40f1b0fbd

View file

@ -194,9 +194,9 @@ in
'';
};
plugins.lsp.servers.efm = {
lsp.servers.efm = {
enable = true;
extraOptions.settings.languages = setupOptions;
config.settings.languages = setupOptions;
};
extraPackages = [ cfg.efmLangServerPackage ] ++ (map (v: cfg.toolPackages.${v}) nixvimPkgs.right);