initial kickstarter

This commit is contained in:
2025-11-18 09:04:43 -05:00
commit 015537c032
13 changed files with 1439 additions and 0 deletions

View File

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