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. |
||
---|---|---|
.. | ||
core | ||
manage | ||
view | ||
docs.lua | ||
example.lua | ||
health.lua | ||
help.lua | ||
init.lua | ||
state.lua | ||
stats.lua | ||
status.lua | ||
types.lua | ||
util.lua |