lazy.nvim/lua/lazy/core
lbonn b96501de77 fix(loader): respect empty colorscheme (#713)
This gives the option to not override default colorscheme during plugin
installation by using the configuration:

```
{
    install = {
        colorscheme = {},
    },
}
```

If the user specifies a scheme or keeps the default, we will fall back
to 'habamax' as before.
2024-01-16 14:02:31 +01:00
..
handler refactor: Handler.load => Handler.resolve 2023-10-17 17:43:37 +02: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 fix(loader): respect empty colorscheme (#713) 2024-01-16 14:02:31 +01:00
loader.lua fix(loader): when reloading, clear plugin properties cache (#1153) 2023-10-25 20:00:50 +02:00
plugin.lua perf(plugin): cache lazy handler values 2023-10-16 23:04:57 +02:00
util.lua style: show full trace when debug=true 2023-10-22 14:24:33 +02:00