nvim/lua/kickstart/plugins/autopairs.lua

5 lines
82 B
Lua

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