From ce6c12f903351f661678d372d31c14c99b0482e4 Mon Sep 17 00:00:00 2001 From: Joshua <67082011+0x4D5352@users.noreply.github.com> Date: Mon, 29 Apr 2024 18:00:00 -0500 Subject: [PATCH] add custom plugins --- 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) }, }