mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-06-29 03:44:14 +00:00
Sometimes, the behaviour of function calls like `<plugin>.setup(arg)` differs for `arg = nil` and `arg = {}`. To cover both cases, treat unset plugin spec properties as `nil`. For the latter case, one may set `<prop> = {}` explicitly. |
||
---|---|---|
.. | ||
handler | ||
cache.lua | ||
config.lua | ||
loader.lua | ||
plugin.lua | ||
util.lua |