From 3df4eaea4c1cff2f99307704fa233a05feb24125 Mon Sep 17 00:00:00 2001 From: Joshua Nussbaum <67082011+joshuanussbaum@users.noreply.github.com> Date: Thu, 10 Oct 2024 10:48:36 -0500 Subject: [PATCH] fix copilot-cmp --- lua/custom/plugins/copilot-cmp.lua | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lua/custom/plugins/copilot-cmp.lua b/lua/custom/plugins/copilot-cmp.lua index 983da19c..560f181a 100644 --- a/lua/custom/plugins/copilot-cmp.lua +++ b/lua/custom/plugins/copilot-cmp.lua @@ -7,13 +7,9 @@ return { require('copilot_cmp').setup() end, opts = { -<<<<<<< HEAD filetypes = { ['.'] = false, go = true, }, -======= - filetypes = { ['.'] = false }, ->>>>>>> 605d213 (disable copilot) }, }