This commit is contained in:
Tony Thayer-Osborne 2023-05-05 13:49:02 -07:00 committed by Tony Thayer-Osborne
parent a1fdb97f3e
commit b733145181
No known key found for this signature in database
GPG key ID: 4750FF483E701B75
4 changed files with 41 additions and 0 deletions

View file

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