Exafunction / codeium.nvim

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

Use `inputsecret` for token #61

Closed mrshmllow closed 1 year ago

jcdickinson commented 1 year ago

Thanks for the contribution!

Koalhack commented 1 year ago

Hello, I updated today with your new merge via Lazy.nvim and before changing input for inputsecret, the authentication system worked, now on Windows I get the following error, i don't know if this is normal or not for Windows.

image

image

INFO: OS : Windows 10 Terminal : Windows Terminal V1.17 Neovim Version : 0.9.1

00sapo commented 1 year ago

Same thing here, using Linux, kitty and latest stable neovim

mrshmllow commented 1 year ago

It should be vim.fn.inputsecret

00sapo commented 1 year ago

It should be vim.fn.inputsecret

I agree, that function exists indeed. Could you commit to this branch so I can update my config?

mrshmllow commented 1 year ago

I fixed this branch, but the owner might have to help manually

00sapo commented 1 year ago

Thanks!

mrshmllow commented 1 year ago

@jcdickinson Was this ever resolved?