From a0ab86aef5fa8625c0567acb4c71ecaa020d1727 Mon Sep 17 00:00:00 2001 From: David Francis Date: Thu, 15 Feb 2024 15:02:20 +0000 Subject: [PATCH] Remove github copilot plugin --- init.lua | 4 ---- 1 file changed, 4 deletions(-) diff --git a/init.lua b/init.lua index f91a195d..c233d066 100644 --- a/init.lua +++ b/init.lua @@ -70,10 +70,6 @@ require('lazy').setup({ }, }, - { - 'github/copilot.vim', - }, - -- Useful plugin to show you pending keybinds. { 'folke/which-key.nvim', opts = {} }, {