Skip to content

Commit

Permalink
fix: update impatient
Browse files Browse the repository at this point in the history
  • Loading branch information
kylo252 committed Apr 15, 2022
1 parent 10c7753 commit 5e56963
Show file tree
Hide file tree
Showing 3 changed files with 467 additions and 367 deletions.
3 changes: 2 additions & 1 deletion lua/lvim/bootstrap.lua
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,8 @@ function M:init(base_dir)
if not in_headless then
_G.PLENARY_DEBUG = false
require("lvim.impatient").setup {
path = join_paths(self.cache_dir, "lvim_cache"),
chunks = { path = join_paths(get_cache_dir(), "lvim_luacache_chunks") },
modpaths = { path = join_paths(get_cache_dir(), "lvim_luacache_modpaths") },
enable_profiling = true,
}
end
Expand Down

0 comments on commit 5e56963

Please sign in to comment.