mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
lib: migrate helpers.nixvimTypes
-> lib.types
This commit is contained in:
parent
b414a53649
commit
b7f419a759
5 changed files with 17 additions and 18 deletions
|
@ -117,7 +117,7 @@ rec {
|
|||
// (optionalAttrs (isAttrs action || action) {
|
||||
action = mkOption (
|
||||
{
|
||||
type = helpers.nixvimTypes.maybeRaw str;
|
||||
type = maybeRaw str;
|
||||
description = "The action to execute.";
|
||||
apply = v: if options.lua.isDefined or false && config.lua then helpers.mkRaw v else v;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue