feat: add autopairs plugin

This commit is contained in:
Devin Haska 2025-05-27 11:54:46 -07:00
parent dc15fb8aa5
commit c60d305c4d
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 = {}
}
}