Skip to content

Commit

Permalink
nil -> {}
Browse files Browse the repository at this point in the history
  • Loading branch information
mrtnvgr committed Mar 27, 2024
1 parent 065c682 commit 919f411
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 @@ -167,7 +167,7 @@ function M.setup(user_conf)
-- Parsing user config
user_conf = user_conf or {}

if user_conf.default_integrations == false then M.default_options.integrations = nil end
if user_conf.default_integrations == false then M.default_options.integrations = {} end

M.options = vim.tbl_deep_extend("keep", user_conf, M.default_options)
M.options.highlight_overrides.all = user_conf.custom_highlights or M.options.highlight_overrides.all
Expand Down

0 comments on commit 919f411

Please sign in to comment.