mirror of
https://github.com/nix-community/nixvim.git
synced 2025-08-09 04:15:14 +02:00
Merge branch 'main' into add-package-option
This commit is contained in:
commit
b381c38113
74 changed files with 2083 additions and 713 deletions
|
@ -8,6 +8,8 @@
|
|||
, package ? pkgs.${name}
|
||||
, extraPackages ? { }
|
||||
, cmd ? null
|
||||
, settings ? null
|
||||
, extraOptions ? { }
|
||||
, ...
|
||||
}:
|
||||
# returns a module
|
||||
|
@ -49,6 +51,7 @@
|
|||
name = serverName;
|
||||
extraOptions = {
|
||||
inherit cmd;
|
||||
settings = if settings != null then settings cfg else { };
|
||||
};
|
||||
}];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue