summaryrefslogtreecommitdiffstats
path: root/after/plugin/autopairs.lua
blob: ddf106f4b4c931a67d3c8cde39a42b61be7a07c7 (plain) (blame)
1
2
3
4
5
6
local status_ok, autopairs = pcall(require, "nvim-autopairs")
if not status_ok then
	return
end

autopairs.setup{}