初始化dotfiles

This commit is contained in:
2026-06-18 11:36:12 +08:00
commit f4305709a5
37 changed files with 1540 additions and 0 deletions

View File

@ -0,0 +1,11 @@
-- ============================================================================
-- 自动括号补全 (nvim-autopairs)
-- ============================================================================
return {
{
"windwp/nvim-autopairs",
event = "InsertEnter",
opts = {},
},
}