mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-21 16:39:04 +02:00
fix: codeium new version
This commit is contained in:
parent
b5cc229ee8
commit
75a484306b
2 changed files with 6 additions and 4 deletions
|
@ -3,7 +3,9 @@ if vim.g.pcode_codeium then
|
|||
M.codeium = {
|
||||
"Exafunction/codeium.vim",
|
||||
enabled = true,
|
||||
version = "1.8.37",
|
||||
-- for fix notwork new version
|
||||
-- https://github.com/Exafunction/codeium.vim/issues/376#issuecomment-2159643405
|
||||
-- version = "1.8.37",
|
||||
event = "BufWinEnter",
|
||||
-- event = "InsertEnter",
|
||||
config = function()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue