enc: add update config codeium

This commit is contained in:
Pojok Code 2025-07-12 19:39:35 +07:00
parent 38bf58ad63
commit 8bc18a0f0c
4 changed files with 14 additions and 4 deletions

View file

@ -2,15 +2,24 @@ return {
-- codeium cmp source
{
"nvim-cmp",
event = "BufReadPre",
dependencies = {
-- codeium
{
"Exafunction/windsurf.nvim",
cmd = "Codeium",
enabled = true,
build = ":Codeium Auth",
opts = {
enable_chat = true,
enable_cmp_source = true,
virtual_text = {
enabled = true,
key_bindings = {
accept = "<c-g>",
next = "<c-Down>",
prev = "<c-Up>",
},
},
},
config = function(_, opts)
require("codeium").setup(opts)

View file

@ -51,6 +51,7 @@ return {
WinBar = { bg = colors.bg },
WinBarNC = { fg = colors.fg, bg = colors.bg },
MasonBackdrop = { link = "NormalFloat" },
CodeiumSuggestion = { fg = "#94969c" },
},
transparent_bg = false,
}

View file

@ -23,8 +23,8 @@ pcode.extras = {
autosave = false,
bigfiles = false,
codeium = false,
codeiumnvim = false,
neocodeium = true,
codeiumnvim = true,
neocodeium = false,
liveserver = false,
minianimate = false,
neoscroll = false,