From 194ab5278d3287883631b9a6a92ff60fb6ad2b1f Mon Sep 17 00:00:00 2001 From: rootiest Date: Mon, 24 Feb 2025 23:57:59 -0500 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Feat(ai-completion):=20try=20using?= =?UTF-8?q?=20copilot=20for=20a=20bit?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- lua/config/options.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lua/config/options.lua b/lua/config/options.lua index 62e99f9..849bd97 100644 --- a/lua/config/options.lua +++ b/lua/config/options.lua @@ -113,9 +113,8 @@ vim.g.useneotree = false ---@type boolean Options: -- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ AI TOOL ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ - -- Configure the AI completion provider -vim.g.aitool = "codeium" ---@type string Options: [ai tool] +vim.g.aitool = "copilot" ---@type string Options: [ai tool] -- ╭───────────────────────────╮  neocodeium -- │ │  codeium -- │ AI Tools: │  copilot