This commit is contained in:
asep komarudin 2023-09-27 12:12:53 +07:00
parent 777e7a4f61
commit af5d7b77f9
4 changed files with 18 additions and 18 deletions

View file

@ -2,7 +2,7 @@ vim.g.codeium_disable_bindings = 1
return {
"Exafunction/codeium.vim",
enabled = true,
event = "InsertEnter",
event = "BufRead",
config = function()
-- Change '<C-g>' here to any keycode you like.
vim.keymap.set("i", "<C-g>", function()