nvim-lua.kickstart.nvim/lua/plugins/autopairs.lua

8 lines
144 B
Lua
Raw Normal View History

2025-06-25 16:56:32 +01:00
return {
-- Autoclose parentheses, brackets, quotes, etc.
'windwp/nvim-autopairs',
event = 'InsertEnter',
config = true,
opts = {},
}