kickstart.nvim/lua/custom/plugins/pairs.lua

6 lines
80 B
Lua

return {
'windwp/nvim-autopairs',
event = 'InsertEnter',
config = true,
}