This commit is contained in:
asep komarudin 2023-04-08 08:24:50 +07:00
parent 7e37748213
commit ae21b1a4b1
2 changed files with 2 additions and 1 deletions

View file

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