Exafunction / codeium.nvim

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

Incorrect system info detect for macOS #41

Closed numbcoder closed 1 year ago

numbcoder commented 1 year ago

https://github.com/jcdickinson/codeium.nvim/blob/84cc2022c6d118722c5a511ccb2d1e4cebc31fcf/lua/codeium/io.lua#L227 This line should be fixed with:

if os == "macos" and arch == "arm64" then
jcdickinson commented 1 year ago

Please let me know if this is now working for you.

numbcoder commented 1 year ago

Yes, It works well now. Thanks!