add autopair plugin

This commit is contained in:
nathan 2023-05-03 04:22:49 -04:00
parent ecff79bb3a
commit d9fc9c8044
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
return {
"windwp/nvim-autopairs",
config = function()
require("nvim-autopairs").setup {}
end,
}