mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
ci: reformat
This commit is contained in:
parent
e0fdcfa86d
commit
6bf261884e
1 changed files with 4 additions and 1 deletions
|
|
@ -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,
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue