chore: change codium impl

This commit is contained in:
Mariano Z. 2025-03-23 14:05:34 -03:00
parent a0591215a8
commit c48f8a2b92
Signed by: marianozunino
GPG key ID: 4C73BAD25156DACE
3 changed files with 41 additions and 17 deletions

View file

@ -18,6 +18,7 @@ M.config = function()
["<C-k>"] = { "select_prev", "fallback" },
["<C-j>"] = { "select_next", "fallback" },
["<Tab>"] = { "fallback" },
},
appearance = {
@ -65,6 +66,9 @@ M.config = function()
},
},
},
auto_show = function(ctx)
return ctx.mode ~= "default"
end,
},
},