forked from FG42/FG42
1
0
Fork 0

Add the missing imports to the python and c-family modules

This commit is contained in:
Sameer Rahmani 2024-04-30 21:59:02 +01:00
parent 601d66c8b1
commit a27f2bb795
Signed by: lxsameer
GPG Key ID: 8741FACBF412FFA5
2 changed files with 8 additions and 0 deletions

View File

@ -38,6 +38,10 @@ let
};
in
{
imports = [
../language-server
];
options.fg42.c-family.enable = mkAndEnableOption "c-family";
config = mkIf cfg.enable {

View File

@ -51,6 +51,10 @@ let
]);
in
{
imports = [
../language-server
];
options.fg42.python-support.enable = mkAndEnableOption "python-support";
config = mkIf cfg.enable {