From e2c2d87ee987a355ca374ca32031e92ee3673906 Mon Sep 17 00:00:00 2001 From: markg <17348049+sockcrates@users.noreply.github.com> Date: Wed, 21 Feb 2024 22:05:58 -0500 Subject: [PATCH] Remove copilot panel --- lua/custom/plugins/copilot.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/custom/plugins/copilot.lua b/lua/custom/plugins/copilot.lua index f2489399..4a9583a5 100644 --- a/lua/custom/plugins/copilot.lua +++ b/lua/custom/plugins/copilot.lua @@ -3,7 +3,7 @@ return { config = function () require('copilot').setup({ panel = { - enabled = true, + enabled = false, auto_refresh = false, keymap = { jump_prev = "[[",