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

plugins/efmls-configs: use dependencies for efm-langserver

This commit is contained in:
Gaetan Lepage 2025-10-23 11:01:54 +02:00 committed by Gaétan Lepage
parent c40f1b0fbd
commit 593e8114cd
3 changed files with 18 additions and 13 deletions

View file

@ -134,9 +134,7 @@
};
no-packages = {
plugins.efmls-configs = {
enable = true;
efmLangServerPackage = null;
};
plugins.efmls-configs.enable = true;
dependencies.efm-langserver.enable = false;
};
}