From 81c770d2d2e32e59916b39c7f5babbc8560f7a82 Mon Sep 17 00:00:00 2001 From: mpaulson Date: Mon, 12 Dec 2022 09:07:40 -0700 Subject: [PATCH] copilot testing --- lua/theprimeagen/packer.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/theprimeagen/packer.lua b/lua/theprimeagen/packer.lua index 7b4cc3f2..89c9232e 100644 --- a/lua/theprimeagen/packer.lua +++ b/lua/theprimeagen/packer.lua @@ -50,6 +50,7 @@ return require('packer').startup(function(use) } use("folke/zen-mode.nvim") + use("github/copilot.vim") end)