diff --git a/site-modules/core/files/vim/plugin/ivy.lua b/site-modules/core/files/vim/plugin/ivy.lua index c9cb73f..2d3d50d 100644 --- a/site-modules/core/files/vim/plugin/ivy.lua +++ b/site-modules/core/files/vim/plugin/ivy.lua @@ -10,7 +10,7 @@ require("ivy").setup { "ivy.backends.lsp-workspace-symbols", "ivy.backends.rg", }, - mappings = vim.tbl_extend("force", config:get { "mappings" }, { + mappings = vim.tbl_extend("force", config:get { "mappings" } or {}, { [""] = "next_checkpoint", [""] = "previous_checkpoint", }),