ci: reformat

This commit is contained in:
dunix241 2024-10-28 20:02:47 +07:00
parent e0fdcfa86d
commit 6bf261884e

View file

@ -272,7 +272,10 @@ return {
})
end
opts.defaults = vim.tbl_deep_extend("force", opts.defaults or {}, {
mappings = { n = k.flash.normal == "" and {} or { [k.flash.normal] = flash }, i = k.flash.insert == "" and {} or { [k.flash.insert] = flash } },
mappings = {
n = k.flash.normal == "" and {} or { [k.flash.normal] = flash },
i = k.flash.insert == "" and {} or { [k.flash.insert] = flash },
},
})
end,
},