mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-21 16:39:04 +02:00
enc: update codeium event load
This commit is contained in:
parent
224d29c616
commit
9b806d2ed1
2 changed files with 4 additions and 3 deletions
|
@ -7,8 +7,9 @@ if pcode.codeium then
|
|||
-- https://github.com/Exafunction/codeium.vim/issues/376#issuecomment-2159643405
|
||||
-- version = "1.8.37",
|
||||
-- event = "BufWinEnter",
|
||||
event = "BufEnter",
|
||||
-- event = "BufEnter",
|
||||
-- event = "InsertEnter",
|
||||
event = { "VeryLazy", "BufReadPre", "BufNewFile", "BufRead" },
|
||||
config = function()
|
||||
vim.g.codeium_disable_bindings = 1
|
||||
-- Change '<C-g>' here to any keycode you like.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue