mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-03 17:45:52 +02:00
[Feature] Add modified version of impatient.nvim for caching (#1488)
This commit is contained in:
parent
0641875494
commit
009f004ce8
4 changed files with 497 additions and 0 deletions
3
init.lua
3
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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue