kickstart.nvim/lua/custom/plugins/nvim-autopairs.lua
2023-11-25 15:54:02 -05:00

7 lines
56 B
Lua

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