From 009f004ce844209bec09efadaf768ac736e53c48 Mon Sep 17 00:00:00 2001 From: Chase Colman <5411+chase@users.noreply.github.com> Date: Thu, 9 Sep 2021 00:29:44 +0800 Subject: [Feature] Add modified version of impatient.nvim for caching (#1488) --- init.lua | 3 +++ 1 file changed, 3 insertions(+) (limited to 'init.lua') diff --git a/init.lua b/init.lua index 365eb61d..cb23f633 100644 --- a/init.lua +++ b/init.lua @@ -17,6 +17,9 @@ vim.opt.rtp:append(home_dir .. "/.config/lvim/after") vim.cmd [[let &packpath = &runtimepath]] -- }}} +_G.PLENARY_DEBUG = false -- Plenary destroys cache with this undocumented flag set to true by default +require("impatient").enable_profile() + local config = require "config" config:init() config:load() -- cgit v1.2.3