add: transparant config for all theme

This commit is contained in:
asep komarudin 2024-02-26 08:10:39 +07:00
parent 27ffa22293
commit ff2b881ef8
6 changed files with 65 additions and 25 deletions

View file

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