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 3f884ca
Show file tree
Hide file tree
Showing 4 changed files with 468 additions and 368 deletions.
1 change: 0 additions & 1 deletion .github/workflows/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:
- runner: macos-10.15
os: osx
runs-on: ${{ matrix.runner }}
if: github.event.pull_request.draft == false
steps:
- uses: actions/checkout@v2

Expand Down
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 3f884ca

Please sign in to comment.