Exafunction / codeium.vim

Free, ultrafast Copilot alternative for Vim and Neovim
https://codeium.com
MIT License
3.68k stars 124 forks source link

Not shows the suggest #391

Closed Zeddnyx closed 1 week ago

Zeddnyx commented 1 week ago

i just update my arch to v 6.9.4 and i update also all plugin using lazy, and when i opened again neovim it not show any error and also didint show the suggestion, i try :Codeium Auth and i paste the key after that it still not show the suggestion, idk where the problem

OS: Arch 6.9.4 Nvim: 0.10.0

checkhealth

`

lazy: require("lazy.health").check()

lazy.nvim ~

============================================================================== lspsaga: require("lspsaga.health").check()

Lspsaga.nvim report ~

============================================================================== null-ls: require("null-ls.health").check()

============================================================================== nvim: require("nvim.health").check()

Configuration ~

Runtime ~

Performance ~

Remote Plugins ~

terminal ~

tmux ~

External Tools ~

============================================================================== nvim-treesitter: require("nvim-treesitter.health").check()

Installation ~

OS Info: { machine = "x86_64", release = "6.9.4-arch1-1", sysname = "Linux", version = "#1 SMP PREEMPT_DYNAMIC Wed, 12 Jun 2024 20:17:17 +0000" } ~

Parser/Features H L F I J

The following errors have been detected: ~

============================================================================== provider.clipboard: require("provider.clipboard.health").check()

Clipboard (optional) ~

============================================================================== provider.node: require("provider.node.health").check()

Node.js provider (optional) ~

============================================================================== provider.perl: require("provider.perl.health").check()

Perl provider (optional) ~

============================================================================== provider.python: require("provider.python.health").check()

Python 3 provider (optional) ~

Python virtualenv ~

============================================================================== provider.ruby: require("provider.ruby.health").check()

Ruby provider (optional) ~

============================================================================== telescope: health#telescope#check

Checking for required plugins ~

Checking external dependencies ~

===== Installed extensions ===== ~

============================================================================== vim.lsp: require("vim.lsp.health").check()

vim.lsp: Active Clients ~

vim.lsp: File watcher ~

============================================================================== vim.treesitter: require("vim.treesitter.health").check()

============================================================================== which-key: require("which-key.health").check()

WhichKey: checking conflicting keymaps ~

`

plugin

{ "Exafunction/codeium.vim", event = "VeryLazy", config = function() vim.keymap.set("i", "<A-g>", function() return vim.fn["codeium#Accept"]() end, { expr = true }) vim.keymap.set("i", "<c-c>", function() return vim.fn["codeium#Clear"]() end, { expr = true }) end, },

Zeddnyx commented 1 week ago

i already enable

daUnknownCoder commented 1 week ago

check #379

Zeddnyx commented 1 week ago

just downgraded { "Exafunction/codeium.vim", event = "InsertEnter", version = "1.8.37", config = function() vim.keymap.set("i", "<A-g>", function() return vim.fn["codeium#Accept"]() end, { expr = true, silent = true }) vim.keymap.set("i", "<c-c>", function() return vim.fn["codeium#Clear"]() end, { expr = true }) end, },