summaryrefslogtreecommitdiffstats
path: root/after/plugin/autopairs.lua
blob: c943733e5d7155a2a13ef8102446c803ae4c112b (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 {}