feat: added autopairs

main
Ricard Illa 2023-08-02 15:37:23 +02:00
parent e9fc34edfc
commit 5733559ad2
Signed by: rilla
GPG Key ID: 525307BD467E4205
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
return {
'windwp/nvim-autopairs',
event = 'InsertEnter',
config = {},
}