Skip to content

Commit

Permalink
fix(flavour): don't respect terminal if options.value is not nil
Browse files Browse the repository at this point in the history
  • Loading branch information
nullchilly committed Apr 12, 2024
1 parent 903f4bc commit ff8c2d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/catppuccin/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ function M.load(flavour)
M.compile()
f = assert(loadfile(compiled_path), "could not load cache")
end
f(flavour)
f(flavour or M.options.flavour)
end

---@type fun(user_conf: CatppuccinOptions?)
Expand Down

0 comments on commit ff8c2d0

Please sign in to comment.