kickstart

This commit is contained in:
2025-05-05 22:34:47 +02:00
parent 95773a27b3
commit 11e4064cdd
30 changed files with 1670 additions and 882 deletions

View File

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