nvim/lua/plugins/nvim-autopairs.lua

5 lines
76 B
Lua

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