diff --git a/lua/theprimeagen/packer.lua b/lua/theprimeagen/packer.lua index 96f7c6e1..3113987b 100644 --- a/lua/theprimeagen/packer.lua +++ b/lua/theprimeagen/packer.lua @@ -73,6 +73,10 @@ return require('packer').startup(function(use) use("github/copilot.vim") use("eandrju/cellular-automaton.nvim") use("laytan/cloak.nvim") - + use { + "windwp/nvim-autopairs", + config = function() require("nvim-autopairs").setup {} end + } + end)