From 354fb73928e597e14258a31970c1068aba198267 Mon Sep 17 00:00:00 2001 From: Max Luebke Date: Mon, 20 Jan 2025 16:37:13 +0100 Subject: [PATCH] Add copilot --- lua/custom/plugins/init.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lua/custom/plugins/init.lua b/lua/custom/plugins/init.lua index 566ca87..3f8b328 100644 --- a/lua/custom/plugins/init.lua +++ b/lua/custom/plugins/init.lua @@ -42,4 +42,7 @@ return { -- use opts = {} for passing setup options -- this is equivalent to setup({}) function }, + { + 'github/copilot.vim', + }, }