Skip to content

Commit 2feab29

Browse files
committed
Revert to binary version 1.46.3
1.48.0 installing some weird things, like chrome, ffmpeg, playwright into `.codeium` directory And on each neovim startup there are some errors of not supported platform and redownloading of playwright(I'm on archlinux).
1 parent 8483f46 commit 2feab29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/neocodeium/binary.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ local fs = vim.fs
1515
---@field version string
1616
---@field path filepath
1717
---@field name? string
18-
local Bin = { version = "1.48.0" }
18+
local Bin = { version = "1.46.3" }
1919

2020
-- Auxiliary functions ------------------------------------- {{{1
2121

0 commit comments

Comments
 (0)