autopairs plugin added

This commit is contained in:
2023-02-24 10:57:21 +01:00
parent 50c09a01e5
commit 5542bebfa8
3 changed files with 15 additions and 5 deletions

View File

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