first commit

This commit is contained in:
2025-08-03 21:49:28 +02:00
commit 9c41628613
29 changed files with 1775 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
-- autopairs
-- https://github.com/windwp/nvim-autopairs
return {
{
'windwp/nvim-autopairs',
event = 'InsertEnter',
opts = {},
}
}