mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
lib/options: use literalLua
for defaultNullOpts.mkRaw
This commit is contained in:
parent
da6e3499d4
commit
be455f7f27
1 changed files with 1 additions and 1 deletions
|
@ -155,7 +155,7 @@ rec {
|
||||||
type = types.rawLua;
|
type = types.rawLua;
|
||||||
}
|
}
|
||||||
// lib.optionalAttrs (args ? pluginDefault) {
|
// lib.optionalAttrs (args ? pluginDefault) {
|
||||||
pluginDefault = lib.nixvim.mkRaw args.pluginDefault;
|
pluginDefault = lib.nixvim.literalLua args.pluginDefault;
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
mkRaw = pluginDefault: description: mkRaw' { inherit pluginDefault description; };
|
mkRaw = pluginDefault: description: mkRaw' { inherit pluginDefault description; };
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue