refactor(nvim): move lazy lock file to data dirs

This commit is contained in:
Price Hiller 2022-12-21 00:33:56 -06:00
parent c8ea2be84b
commit 0c1b44fd1e

View File

@ -754,5 +754,6 @@ lazy.setup({
checker = {
enabled = true,
concurrency = 20
}
},
lockfile = vim.fn.stdpath('data') .. '/lazy-lock.json'
})