highlight_group merge now customisable per group. Merge by default. Full overwrite with inherit = false.

This commit is contained in:
KaosBunny 2023-07-15 11:22:20 +12:00
commit aaa590be99
2 changed files with 6 additions and 15 deletions

View file

@ -56,10 +56,6 @@ M.options = {
},
},
-- Whether highlight group settings will respect default highlight_groups and
-- only update options set in the high_light groups table.
respect_default_highlight_groups = true,
---@type table<string, Color>
highlight_groups = {},
}