Skip to content

Commit

Permalink
fix: setup
Browse files Browse the repository at this point in the history
  • Loading branch information
maxmx03 committed Feb 22, 2024
1 parent 163f52d commit 4b90f6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/roseline/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ function M.load()
end

function M.setup(opts)
M.config = vim.tbl_extend('force', default_config(), opts or {})
M.config = vim.tbl_deep_extend('force', default_config(), opts or {})
set_highlight(M.config.theme)
end

Expand Down

0 comments on commit 4b90f6b

Please sign in to comment.