✨ Feat(ai-completion): try using copilot for a bit
Since I now have access to copilot pro I might as well take advantage of it. Not convinced its better than codeium tho, we shall see.
This commit is contained in:
@@ -113,9 +113,8 @@ vim.g.useneotree = false ---@type boolean Options: <true|
|
|||||||
vim.g.useyazi = true ---@type boolean Options: <true|false>
|
vim.g.useyazi = true ---@type boolean Options: <true|false>
|
||||||
|
|
||||||
-- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ AI TOOL ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
|
-- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ AI TOOL ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
|
||||||
|
|
||||||
-- Configure the AI completion provider
|
-- Configure the AI completion provider
|
||||||
vim.g.aitool = "codeium" ---@type string Options: [ai tool]
|
vim.g.aitool = "copilot" ---@type string Options: [ai tool]
|
||||||
-- ╭───────────────────────────╮ neocodeium
|
-- ╭───────────────────────────╮ neocodeium
|
||||||
-- │ │ codeium
|
-- │ │ codeium
|
||||||
-- │ AI Tools: │ copilot
|
-- │ AI Tools: │ copilot
|
||||||
|
|||||||
Reference in New Issue
Block a user