fix: pass empty table if it does not exist

dev-doc
Pocco81 3 years ago
parent 65aef85685
commit 92290bda6d

@ -189,7 +189,7 @@ local function get_integrations()
end end
end end
final_integrations = vim.tbl_deep_extend("force", final_integrations, require("catppuccino.core.remaps").get_hig_remaps()) final_integrations = vim.tbl_deep_extend("force", final_integrations, require("catppuccino.core.remaps").get_hig_remaps() or {})
return final_integrations return final_integrations
end end

Loading…
Cancel
Save