Exafunction / codeium.nvim

A native neovim extension for Codeium
MIT License
762 stars 57 forks source link

fix(ui): use input secret api #74

Closed jellydn closed 1 year ago

jellydn commented 1 year ago

What

Fix authentication issue #73 #70 #69 Refer https://github.com/jcdickinson/codeium.nvim/pull/61#issuecomment-1586062823

Why

Due to the typo on https://github.com/jcdickinson/codeium.nvim/pull/61

jellydn commented 1 year ago

FYI - Usage with lazy, more detail on my cmp config https://github.com/jellydn/lazy-nvim-ide/commit/5e8a3bcd99369d13ca3f140284f7afef36f088cb

      {
        "jellydn/codeium.nvim",
        -- NOTE: Use my fork to fix the Codeium Auth issue. Will remove this once the PR is merged.
        branch = "patch-1",
        config = true,
      },
jcdickinson commented 1 year ago

Thanks for the contribution, sorry I'm getting back to this so late.