fix: let claude have a go

This commit is contained in:
Jan K9f 2025-07-28 20:41:03 +02:00
commit 6541799349
Signed by: jank
GPG key ID: 22BEAC760B3333D6

View file

@ -97,7 +97,8 @@ end
--- Merges user-provided options with default options.
--- @param user_options table|nil User-provided options
function M.setup(user_options)
M.options = vim.tbl_deep_extend("force", vim.deepcopy(defaults), user_options or {})
user_options = user_options or {}
M.options = vim.tbl_deep_extend("force", vim.deepcopy(defaults), user_options)
local map_opts = {
desc = "JQuote: Swap quote characters",