mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-21 16:39:04 +02:00
fix: change codeium bufwinenter to BufEnter
This commit is contained in:
parent
63c3f9d088
commit
7117a875fb
2 changed files with 43 additions and 42 deletions
|
@ -6,7 +6,8 @@ if pcode.codeium then
|
|||
-- for fix notwork new version
|
||||
-- https://github.com/Exafunction/codeium.vim/issues/376#issuecomment-2159643405
|
||||
-- version = "1.8.37",
|
||||
event = "BufWinEnter",
|
||||
-- event = "BufWinEnter",
|
||||
event = "BufEnter",
|
||||
-- event = "InsertEnter",
|
||||
config = function()
|
||||
vim.g.codeium_disable_bindings = 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue