use codeium and blink by default
This commit is contained in:
@@ -48,7 +48,7 @@ vim.g.usewakatime = true ---@type boolean Options: <true
|
|||||||
-- Allow music controls and stats
|
-- Allow music controls and stats
|
||||||
vim.g.usemusic = false ---@type boolean Options: <true|false>
|
vim.g.usemusic = false ---@type boolean Options: <true|false>
|
||||||
-- Allow discord presence
|
-- Allow discord presence
|
||||||
vim.g.usediscord = true ---@type boolean Options: <true|false>
|
vim.g.usediscord = true ---@type boolean Options: <true|false>
|
||||||
-- Enable HardTime on startup
|
-- Enable HardTime on startup
|
||||||
vim.g.usehardtime = false ---@type boolean Options: <true|false>
|
vim.g.usehardtime = false ---@type boolean Options: <true|false>
|
||||||
-- Enable Image plugin on compatible terminals
|
-- Enable Image plugin on compatible terminals
|
||||||
@@ -72,7 +72,7 @@ vim.g.blinky = true ---@type boolean Options: <true|
|
|||||||
-- Enable todo-comments features
|
-- Enable todo-comments features
|
||||||
vim.g.usetodo = true ---@type boolean Options: <true|false>
|
vim.g.usetodo = true ---@type boolean Options: <true|false>
|
||||||
-- Use dev mode for rootiest plugins
|
-- Use dev mode for rootiest plugins
|
||||||
vim.g.rootiest_dev = true ---@type boolean Options: <true|false>
|
vim.g.rootiest_dev = true ---@type boolean Options: <true|false>
|
||||||
|
|
||||||
-- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ PICKER ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
|
-- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ PICKER ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
|
||||||
|
|
||||||
@@ -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