This commit is contained in:
Chris
2025-12-08 16:33:11 +00:00
parent 1f5a3d19f2
commit f79e89d335
5 changed files with 301 additions and 52 deletions

View File

@@ -2,7 +2,7 @@
-- https://github.com/windwp/nvim-autopairs
return {
"windwp/nvim-autopairs",
event = "InsertEnter",
opts = {},
'windwp/nvim-autopairs',
event = 'InsertEnter',
opts = {},
}