mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-22 08:53:31 +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 {
|
return {
|
||||||
"Exafunction/codeium.vim",
|
"Exafunction/codeium.vim",
|
||||||
enabled = true,
|
enabled = true,
|
||||||
event = "BufRead",
|
event = "BufEnter",
|
||||||
config = function()
|
config = function()
|
||||||
-- Change '<C-g>' here to any keycode you like.
|
-- Change '<C-g>' here to any keycode you like.
|
||||||
vim.keymap.set("i", "<C-g>", function()
|
vim.keymap.set("i", "<C-g>", function()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue