Exafunction / codeium.nvim

A native neovim extension for Codeium
MIT License
644 stars 50 forks source link

Configure with Codeium Enterprise server #113

Closed plague-doctor closed 4 months ago

plague-doctor commented 7 months ago

How can I specify my own Enterprise server? I have tried:

{
    "Exafunction/codeium.nvim",
    dependencies = {
        "nvim-lua/plenary.nvim",
        "hrsh7th/nvim-cmp",
    },
opts = {
   api = { host = "https://my-codeium.com/_route/api_server", port = 443}
   }
},

I can't see any error, but the config is ignored and :Codeium Auth takes me to official codeium url.

While using codeium.vim works fine with:

vim.cmd[[let g.codeium_server_config = {
  \'portal_url': 'https://my-codeium.com',
  \'api_url': 'https://my-codeium.com/_route/api_server' }
]]
pqn commented 7 months ago

This extension hasn't been converted to enterprise support yet like https://github.com/Exafunction/codeium.vim. If you're one of our enterprise customers interested in using this, would you mind also requesting this via a non-GitHub channel (email, ticket, Slack, etc.)?

plague-doctor commented 7 months ago

@pqn Done ;-)

consoleaf commented 4 months ago

Please try now, this should be supported.

EricTheMagician commented 4 months ago

I've been using it for a couple of weeks now and it works great!