feat: move to gitea

This commit is contained in:
2025-12-17 17:15:09 +00:00
commit 2058ae5f91
17 changed files with 1887 additions and 0 deletions

View File

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