Skip to content

Commit

Permalink
Chore: Merge branch 'main' into dev
Browse files Browse the repository at this point in the history
Applies changes from the main branch.
  • Loading branch information
OXY2DEV committed Aug 5, 2024
2 parents c4f3d54 + 9e5275f commit 5488c07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/markview.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1477,7 +1477,7 @@ end, {
markview.setup = function (user_config)
---@type markview.config
-- Merged configuration tables
markview.configuration = vim.tbl_extend("keep", user_config or {}, markview.configuration);
markview.configuration = vim.tbl_deep_extend("keep", user_config or {}, markview.configuration);

if vim.islist(markview.configuration.highlight_groups) then
markview.add_hls(markview.configuration.highlight_groups);
Expand Down

0 comments on commit 5488c07

Please sign in to comment.