nvim-config11/lua/plugins/nvim-autopairs.lua

7 lines
106 B
Lua

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