Skip to content

Commit

Permalink
explicitly set codeium arch and os as workaround to Exafunction/codei…
Browse files Browse the repository at this point in the history
  • Loading branch information
Drew-Daniels committed Nov 1, 2024
1 parent 415a4c2 commit 676bfbd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nvim/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1240,6 +1240,8 @@ vim.cmd([[
\ "norg": v:false,
\ "markdown": v:false,
\ }
let g:codeium_os = "Darwin"
let g:codeium_arch = "arm"
]])

-- ╭─────────────────────────────────────────────────────────╮
Expand Down

0 comments on commit 676bfbd

Please sign in to comment.