mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-22 04:21:03 +00:00
Fix path for lazy-lock
This commit is contained in:
parent
587307ca09
commit
14710a82ff
1 changed files with 1 additions and 1 deletions
|
|
@ -82,5 +82,5 @@ require("lazy").setup({
|
|||
},
|
||||
},
|
||||
},
|
||||
lockfile = vim.fn.getcwd() .. "/lazy-lock.json",
|
||||
lockfile = vim.fn.stdpath("config") .. "/lazy-lock.json",
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue