Exafunction / codeium.nvim

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

fixes win32 detection #37

Closed WillEhrendreich closed 1 year ago

WillEhrendreich commented 1 year ago

this works for me, the other method of detection didn't, for whatever reason.

fixes #36

jcdickinson commented 1 year ago

Possibly different versions of nvim. Do you get an error with the new method? If not, maybe use both with an or.

WillEhrendreich commented 1 year ago

i didnt get an error it simply returned false, so an or would not work here i don't believe.