change blink.pairs to nvim-autopairs

This commit is contained in:
2025-11-22 00:31:39 +09:00
parent 7074c72cb0
commit 893583838f
3 changed files with 7 additions and 44 deletions

View File

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