lazy.nvim/lua
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
..
lazy fix(loader): respect empty colorscheme (#713) 2024-01-16 14:02:31 +01:00