From d5d4de26c459c7c9b70cb81310387b4c70fb4931 Mon Sep 17 00:00:00 2001 From: Yaser Alraddadi Date: Mon, 19 Aug 2024 02:08:22 +0300 Subject: [PATCH] update --- lua/custom/plugins/copilot.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/custom/plugins/copilot.lua b/lua/custom/plugins/copilot.lua index 1e43a590..b900c698 100644 --- a/lua/custom/plugins/copilot.lua +++ b/lua/custom/plugins/copilot.lua @@ -5,5 +5,6 @@ return { init = function() -- vim.g.copilot_enabled = false end, + -- }, }