added the basics back in

This commit is contained in:
adollar 2025-06-25 16:56:32 +01:00
parent 8203ff7074
commit 073319c1b9
9 changed files with 236 additions and 242 deletions

View file

@ -0,0 +1,7 @@
return {
-- Autoclose parentheses, brackets, quotes, etc.
'windwp/nvim-autopairs',
event = 'InsertEnter',
config = true,
opts = {},
}