neovim-confs/lua/core
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
..
default_config.lua Breaking change for statusline_separator field users | optimize statusline & make it overridable 2022-06-19 13:43:11 +05:30
init.lua feat: add warning message when using PackerSync on snapshot branches 2022-06-20 01:30:42 +02:00
lazy_load.lua Breaking change for statusline_separator field users | optimize statusline & make it overridable 2022-06-19 13:43:11 +05:30
mappings.lua Breaking change for statusline_separator field users | optimize statusline & make it overridable 2022-06-19 13:43:11 +05:30
options.lua Breaking change for statusline_separator field users | optimize statusline & make it overridable 2022-06-19 13:43:11 +05:30
packer.lua clean config | fix (#1225) (#1226) 2022-06-18 09:57:17 +05:30
utils.lua Fix Plugin Override Function Capabilities 2022-06-20 05:15:49 +05:30