use codeium and blink by default
This commit is contained in:
@@ -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]
|
||||
|
||||
@@ -63,4 +63,3 @@ return {
|
||||
end,
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user