mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-19 04:46:45 +00:00
feat: lazy caching now works with functions that have upvalues
This commit is contained in:
parent
48199f8031
commit
fe33e4e3dd
9 changed files with 161 additions and 187 deletions
|
@ -11,6 +11,7 @@ M.defaults = {
|
|||
---@type string[]
|
||||
patterns = {},
|
||||
},
|
||||
interactive = true,
|
||||
package_path = vim.fn.stdpath("data") .. "/site/pack/lazy",
|
||||
view = {
|
||||
icons = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue