[Feature] Add modified version of impatient.nvim for caching (#1488)

This commit is contained in:
Chase Colman 2021-09-09 00:29:44 +08:00 committed by GitHub
parent 0641875494
commit 009f004ce8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 497 additions and 0 deletions

View file

@ -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()