From d06d23eee2e2d92b3ef94db0d326ca163da56871 Mon Sep 17 00:00:00 2001 From: Jonas Hagberg Date: Tue, 2 Apr 2024 16:09:03 +0200 Subject: [PATCH] Add copilot --- init.lua | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/init.lua b/init.lua index 011342af..5ffaf4a6 100644 --- a/init.lua +++ b/init.lua @@ -818,7 +818,10 @@ require('lazy').setup({ end, }, { - 'sebdah/vim-delve', + 'sebdah/vim-delve', + }, + { + 'github/copilot.vim', }, -- The following two comments only work if you have downloaded the kickstart repo, not just copy pasted the