style: docs for LazyVim.extend

This commit is contained in:
Folke Lemaitre 2024-06-01 08:42:00 +02:00
parent 679c76a8f3
commit 276b50e389
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040

View file

@ -72,6 +72,9 @@ function M.on_very_lazy(fn)
})
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
---@param t T[]
---@param key string