mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-06-28 19:34:15 +00:00
fix optional types
This commit is contained in:
parent
3ad55ae678
commit
346ade4155
2 changed files with 5 additions and 5 deletions
|
@ -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 = {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue