mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-23 17:28:50 +02:00
fix: codeium not working with new release
This commit is contained in:
parent
be18e2df41
commit
8ae7bbb8d2
2 changed files with 4 additions and 3 deletions
|
@ -3,7 +3,8 @@ if vim.g.pcode_codeium then
|
|||
M.codeium = {
|
||||
"Exafunction/codeium.vim",
|
||||
enabled = true,
|
||||
version = "1.8.37",
|
||||
-- version = "1.8.37",
|
||||
commit = "289eb724e5d6fab2263e94a1ad6e54afebefafb2",
|
||||
event = "BufWinEnter",
|
||||
-- event = "InsertEnter",
|
||||
config = function()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue