nvim-configs/lua/plugin/autopairs.lua

8 lines
90 B
Lua

local M = {
'windwp/nvim-autopairs',
event = 'InsertEnter',
config = true,
}
return M