feat: add autopair and brackets

also make non italic :)
This commit is contained in:
Maurice Grönwoldt 2026-01-10 16:04:41 +01:00
commit 951e190b7f
No known key found for this signature in database
GPG key ID: FBB005FE74FEF996
4 changed files with 18 additions and 6 deletions

View file

@ -0,0 +1,7 @@
return {
"windwp/nvim-autopairs",
event = "InsertEnter",
config = true,
-- use opts = {} for passing setup options
-- this is equivalent to setup({}) function
}