neovim-config/nvim/lua/plugins/autopairs.lua

6 lines
84 B
Lua

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