feat: add autopairs plugin

This commit is contained in:
Devin Haska 2023-12-30 22:26:50 -08:00
parent 85e20d0e92
commit c08291b5b2
2 changed files with 6 additions and 0 deletions

View file

@ -14,5 +14,10 @@ return {
},
{
"nvim-treesitter/nvim-treesitter-context"
},
{
'windwp/nvim-autopairs',
event = "InsertEnter",
opts = {}
}
}