fix(flash): possible nil for telescope integration
This commit is contained in:
1 file changed
+1
-1
@@ -55,7 +55,7 @@ return {
|
|||||||
end,
|
end,
|
||||||
})
|
})
|
||||||
end
|
end
|
||||||
opts.defaults = vim.tbl_deep_extend("force", opts.defaults, {
|
opts.defaults = vim.tbl_deep_extend("force", opts.defaults or {}, {
|
||||||
mappings = {
|
mappings = {
|
||||||
n = { s = flash },
|
n = { s = flash },
|
||||||
i = { ["<c-s>"] = flash },
|
i = { ["<c-s>"] = flash },
|
||||||
|
|||||||
Reference in new issue
Block a user