lualine.nvim/lua/lualine
John Sun 23e6bd5dd7
fix: Restore support for dictionary-typed theme setup parameter (#162)
* support passing in dictionary as theme definition

Allows setting up lualine with a theme dictionary like:
```lua
setup{
  theme = { normal = {...}; insert = { ... }; }
}
```
this was the original behaviour before 37a3b8cc.

* comment
2021-04-08 09:52:57 +02:00
..
components feat: enhance theme (#153) 2021-04-07 02:34:36 +02:00
extensions refactor: applied lua-format to all files 2021-03-16 00:37:46 +01:00
themes forest_night -> everforest (#152) 2021-03-31 03:35:38 +02:00
utils feat: enhance theme (#153) 2021-04-07 02:34:36 +02:00
defaults.lua refactor: config.lua -> defaults.lua 2021-03-18 02:13:40 +01:00
highlight.lua feat: enhance theme (#153) 2021-04-07 02:34:36 +02:00
init.lua fix: Restore support for dictionary-typed theme setup parameter (#162) 2021-04-08 09:52:57 +02:00