This commit is contained in:
__
2025-09-05 20:25:24 +02:00
parent 66a8923e49
commit 8f95ee6abb
11 changed files with 1280 additions and 0 deletions

View File

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