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 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
|
-- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ AI TOOL ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
|
||||||
|
|
||||||
-- Configure the AI completion provider
|
-- Configure the AI completion provider
|
||||||
vim.g.aitool = "neocodeium" ---@type string Options: [ai tool]
|
vim.g.aitool = "codeium" ---@type string Options: [ai tool]
|
||||||
-- ╭───────────────────────────╮ neocodeium
|
-- ╭───────────────────────────╮ neocodeium
|
||||||
-- │ │ codeium
|
-- │ │ codeium
|
||||||
-- │ AI Tools: │ copilot
|
-- │ AI Tools: │ copilot
|
||||||
@@ -110,13 +110,12 @@ vim.g.useavante = true ---@type boolean Options: <true
|
|||||||
vim.g.usegpai = false ---@type boolean Options: <true|false>
|
vim.g.usegpai = false ---@type boolean Options: <true|false>
|
||||||
|
|
||||||
-- Use Blink instead of nvim-cmp
|
-- 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
|
-- Use experimental performance fork
|
||||||
vim.g.cmp_performance_enabled = false ---@type boolean Options: <true|false>
|
vim.g.cmp_performance_enabled = false ---@type boolean Options: <true|false>
|
||||||
-- When using cmp_performance_enabled with blink, blink will follow main branch
|
-- When using cmp_performance_enabled with blink, blink will follow main branch
|
||||||
-- Requires a working rust toolchain
|
-- Requires a working rust toolchain
|
||||||
---@see vim.g.lazyvim_blink_main
|
---@see vim.g.lazyvim_blink_main
|
||||||
|
|
||||||
-- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━ STATUS COLUMN ━━━━━━━━━━━━━━━━━━━━━━━━━━━━
|
-- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━ STATUS COLUMN ━━━━━━━━━━━━━━━━━━━━━━━━━━━━
|
||||||
|
|
||||||
vim.g.statuscolumn = "snacks" ---@type string Options: [statuscolumn]
|
vim.g.statuscolumn = "snacks" ---@type string Options: [statuscolumn]
|
||||||
|
|||||||
@@ -63,4 +63,3 @@ return {
|
|||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user