use codeium and blink by default

This commit is contained in:
2024-12-28 18:50:11 -05:00
parent 112ac962c1
commit 66cb9db1d8
2 changed files with 4 additions and 6 deletions
+2 -3
View File
@@ -94,7 +94,7 @@ vim.g.use_fzf_lua = true ---@type boolean Options: <true|
-- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ AI TOOL ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
-- Configure the AI completion provider
vim.g.aitool = "neocodeium" ---@type string Options: [ai tool]
vim.g.aitool = "codeium" ---@type string Options: [ai tool]
-- ╭───────────────────────────╮  neocodeium
-- │ │  codeium
-- │ AI Tools: │  copilot
@@ -110,13 +110,12 @@ vim.g.useavante = true ---@type boolean Options: <true
vim.g.usegpai = false ---@type boolean Options: <true|false>
-- Use Blink instead of nvim-cmp
vim.g.useblinkcmp = false ---@type boolean Options: <true|false>
vim.g.useblinkcmp = true ---@type boolean Options: <true|false>
-- Use experimental performance fork
vim.g.cmp_performance_enabled = false ---@type boolean Options: <true|false>
-- When using cmp_performance_enabled with blink, blink will follow main branch
-- Requires a working rust toolchain
---@see vim.g.lazyvim_blink_main
-- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━ STATUS COLUMN ━━━━━━━━━━━━━━━━━━━━━━━━━━━━
vim.g.statuscolumn = "snacks" ---@type string Options: [statuscolumn]
-1
View File
@@ -63,4 +63,3 @@ return {
end,
},
}