aboutsummaryrefslogtreecommitdiff
path: root/nvim/lua/plugins/auto-pairs.lua
blob: 1b9b728edfd4ec42442216c1c0523abfcd45fa55 (plain)
1
2
3
4
5
6
7
8
return {
	{
		'windwp/nvim-autopairs',
		event = "InsertEnter",
		config = true,
		lazy = false,
	},
}