plugins/efmls: use efmLangServerPackage option

This commit is contained in:
Austin Horstman 2024-09-14 11:07:11 -05:00
parent 9832cb86fb
commit da1a10d0f3
No known key found for this signature in database
2 changed files with 12 additions and 1 deletions

View file

@ -145,4 +145,11 @@
};
};
};
no-packages = {
plugins.efmls-configs = {
enable = true;
efmLangServerPackage = null;
};
};
}