summaryrefslogtreecommitdiff
path: root/lua/config/impatient.lua
blob: 431d78563d6e65b030a2d5b7d8c98a571a6c0d98 (plain)
1
2
3
4
5
6
7
-- Speeds up loading of lua modules.
local status_ok, impatient = pcall(require, "impatient")
if not status_ok then
  return
end

impatient.enable_profile()