We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
cache_dir
1 parent 906f17b commit 938ae23Copy full SHA for 938ae23
.github/workflows/update_lockfile.yml
@@ -28,6 +28,7 @@ jobs:
28
if: ${{ steps.check_lockfile.outputs.files_exists == 'true' }}
29
timeout-minutes: 5
30
run: |
31
+ mkdir -p "${HOME}"/.cache/nvim
32
./scripts/update_lockfile.sh
33
nvim --headless "+Lazy! update" +qa
34
cp -pv "${HOME}/.config/nvim/lazy-lock.json" .
0 commit comments