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

7 lines
56 B
Lua

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