fix(nvim): Disable codeium auto-completions when codeium fails to

install

- Codeium installs a pre-compiled "server" binary - incompatible with
  FreeBSD. So, this fix would disable codeium auto-completions when it
  could not install the binary
This commit is contained in:
Pratik Tripathy
2025-01-06 17:16:35 +05:30
parent 5532a33478
commit 976e935039
2 changed files with 20 additions and 9 deletions

View File

@@ -105,7 +105,6 @@ return {
"snippets",
"luasnip",
"path",
"codeium",
"markdown",
},
cmdline = {},
@@ -131,11 +130,6 @@ return {
path = {
score_offset = 750,
},
codeium = {
name = "codeium",
module = "blink.compat.source",
score_offset = 1200,
},
markdown = {
name = "RenderMarkdown",
module = "render-markdown.integ.blink",