You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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)
2 years ago
..
default_config.lua Breaking change for statusline_separator field users | optimize statusline & make it overridable 2 years ago
init.lua feat: add warning message when using PackerSync on snapshot branches 2 years ago
lazy_load.lua Breaking change for statusline_separator field users | optimize statusline & make it overridable 2 years ago
mappings.lua Breaking change for statusline_separator field users | optimize statusline & make it overridable 2 years ago
options.lua Breaking change for statusline_separator field users | optimize statusline & make it overridable 2 years ago
packer.lua clean config | fix (#1225) (#1226) 2 years ago
utils.lua Fix Plugin Override Function Capabilities 2 years ago