diff options
author | Chase Colman <[email protected]> | 2021-09-09 00:29:44 +0800 |
---|---|---|
committer | GitHub <[email protected]> | 2021-09-08 20:59:44 +0430 |
commit | 009f004ce844209bec09efadaf768ac736e53c48 (patch) | |
tree | b1b06fada67c3a208b005844af44cabe8d2ce7c0 /init.lua | |
parent | 064187549478ab94057a0841b2678ada6e993089 (diff) |
[Feature] Add modified version of impatient.nvim for caching (#1488)
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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() |