Skip to content

Commit

Permalink
fix(config): always re-merge color set defaults (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
ramojus authored Aug 16, 2024
1 parent d17125f commit f310eb2
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions lua/mellifluous/config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -78,14 +78,7 @@ local function disable_disabled()
end
end

local are_color_set_defaults_merged = false

local function merge_color_set_defaults(color_set)
if are_color_set_defaults_merged then
return
end
are_color_set_defaults_merged = true

local color_set_module = require("mellifluous.colors.sets." .. color_set)

if not color_set_module.get_config then
Expand Down

0 comments on commit f310eb2

Please sign in to comment.