mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-30 04:24:35 +02:00
style: docs for LazyVim.extend
This commit is contained in:
parent
679c76a8f3
commit
276b50e389
1 changed files with 3 additions and 0 deletions
|
@ -72,6 +72,9 @@ function M.on_very_lazy(fn)
|
||||||
})
|
})
|
||||||
end
|
end
|
||||||
|
|
||||||
|
--- This extends a deeply nested list with a key in a table
|
||||||
|
--- that is a dot-separated string.
|
||||||
|
--- The nested list will be created if it does not exist.
|
||||||
---@generic T
|
---@generic T
|
||||||
---@param t T[]
|
---@param t T[]
|
||||||
---@param key string
|
---@param key string
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue