fix(types): add optional return value for LazyKeysSpec rhs

This commit is contained in:
disrupted 2025-02-23 22:08:29 +01:00
parent e5e9bf4821
commit 28bd8c0824
No known key found for this signature in database

View file

@ -11,7 +11,7 @@ local Util = require("lazy.core.util")
---@class LazyKeysSpec: LazyKeysBase
---@field [1] string lhs
---@field [2]? string|fun()|false rhs
---@field [2]? string|fun():string?|false rhs
---@field mode? string|string[]
---@class LazyKeys: LazyKeysBase