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:
parent
c40f1b0fbd
commit
593e8114cd
3 changed files with 18 additions and 13 deletions
|
|
@ -134,9 +134,7 @@
|
|||
};
|
||||
|
||||
no-packages = {
|
||||
plugins.efmls-configs = {
|
||||
enable = true;
|
||||
efmLangServerPackage = null;
|
||||
};
|
||||
plugins.efmls-configs.enable = true;
|
||||
dependencies.efm-langserver.enable = false;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue