Skip to content

Commit

Permalink
fix stylua
Browse files Browse the repository at this point in the history
  • Loading branch information
mrtnvgr committed Mar 27, 2024
1 parent b1ca9ce commit 065c682
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lua/catppuccin/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -167,9 +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 = nil 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 065c682

Please sign in to comment.