mirror of
https://github.com/marianozunino/nvim.git
synced 2025-06-28 18:43:50 -03:00
chore: change codium impl
This commit is contained in:
parent
a0591215a8
commit
c48f8a2b92
3 changed files with 41 additions and 17 deletions
|
@ -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,
|
||||
},
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue