fix optional types

This commit is contained in:
kyoh86 2023-07-26 17:17:00 +09:00
commit 346ade4155
No known key found for this signature in database
GPG key ID: 106F27E5F736475C
2 changed files with 5 additions and 5 deletions

View file

@ -9,7 +9,7 @@ local Loader = require("lazy.core.loader")
---@field noremap? boolean
---@field remap? boolean
---@field expr? boolean
---@field id string
---@field id? string
---@class LazyKeysHandler:LazyHandler
local M = {}