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)