lazy.nvim/lua/lazy/core
pynappo f45301032f
Add extra normalization check
This extra check will more optimistically try to normalize a spec
formatted like this:

```lua
return {
  {'foo/bar'},
  baz = "asdf"
}
```

Before, lazy.nvim would see that it's a table with a length of 1 and
that it's not a list, so it tries to add the table containing the spec
directly, instead of the spec itself. This check makes lazy.nvim proceed
to normalize {'foo/bar'} instead.
2024-02-07 18:22:11 -08:00
..
handler fix(keys): fix abbreviation expansion on lazy load (#1219) 2024-01-21 11:40:46 +01:00
cache.lua fix(loader): keep using the internal lua cache till 0.9.1 2023-04-19 12:59:39 +02:00
config.lua chore(main): release 10.16.0 (#1284) 2024-01-21 11:43:48 +01:00
loader.lua fix(manage): better support for using the default colorscheme during install. See #1277 2024-01-23 21:51:13 +01:00
plugin.lua Add extra normalization check 2024-02-07 18:22:11 -08:00
util.lua style: show full trace when debug=true 2023-10-22 14:24:33 +02:00