This commit is contained in:
Gabriel Einsdorf 2025-06-15 16:15:37 +02:00
commit a0e31a43ed
14 changed files with 1600 additions and 0 deletions

View file

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