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

6 lines
75 B
Lua

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