summaryrefslogtreecommitdiff
path: root/home/common/modules/neovim/config/lua/pacman/plugins/autopairs.lua
blob: 386d392e7ad8c4be54516234fe4b71d55113d803 (plain) (blame)
1
2
3
4
5
6
7
8
-- autopairs
-- https://github.com/windwp/nvim-autopairs

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