nvim/lua/plugins/autopairs.lua
Maurice Grönwoldt 951e190b7f
feat: add autopair and brackets
also make non italic :)
2026-01-10 16:04:41 +01:00

7 lines
171 B
Lua

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