neovim-config/lua
Chris 2138c846be Fix Plugin Override Function Capabilities
In order to ensure that plugin configuration that is overridden with a
function instead of a table is still merged with the default plugin
configuration, this commit splits up the if/elseif/else statement in
lua/core/utils.lua.

This is necessary as we want to take the resulting table returned from
the override function and merge it with the default_table before setting
up the plugin.

Fixes [this issue](https://github.com/NvChad/NvChad/issues/1239)
2022-06-20 05:15:49 +05:30
..
core Fix Plugin Override Function Capabilities 2022-06-20 05:15:49 +05:30
plugins Breaking change for statusline_separator field users | optimize statusline & make it overridable 2022-06-19 13:43:11 +05:30
ui fix 4f1ee6ec8f (commitcomment-76448502) 2022-06-19 16:55:40 +05:30