Add nvim-autopairs (#2)

This commit is contained in:
Terence Ponce 2023-04-03 17:11:31 +01:00 committed by GitHub
parent d6a51f6f2d
commit 6dfd941bf3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

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