mirror of
https://github.com/nix-community/nixvim.git
synced 2025-11-09 03:56:05 +01:00
plugins/efmls-configs: use the new lsp module
This commit is contained in:
parent
a3792ed5fd
commit
c40f1b0fbd
1 changed files with 2 additions and 2 deletions
|
|
@ -194,9 +194,9 @@ in
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
plugins.lsp.servers.efm = {
|
lsp.servers.efm = {
|
||||||
enable = true;
|
enable = true;
|
||||||
extraOptions.settings.languages = setupOptions;
|
config.settings.languages = setupOptions;
|
||||||
};
|
};
|
||||||
|
|
||||||
extraPackages = [ cfg.efmLangServerPackage ] ++ (map (v: cfg.toolPackages.${v}) nixvimPkgs.right);
|
extraPackages = [ cfg.efmLangServerPackage ] ++ (map (v: cfg.toolPackages.${v}) nixvimPkgs.right);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue