mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-21 16:39:04 +02:00
update: Codeioum BupEnter
This commit is contained in:
parent
8cf4a351bc
commit
8dee08aca6
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ vim.g.codeium_disable_bindings = 1
|
|||
return {
|
||||
"Exafunction/codeium.vim",
|
||||
enabled = true,
|
||||
event = "BufRead",
|
||||
event = "BufEnter",
|
||||
config = function()
|
||||
-- Change '<C-g>' here to any keycode you like.
|
||||
vim.keymap.set("i", "<C-g>", function()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue