refactor(nvim): move lazy lock file to data dirs
This commit is contained in:
parent
c8ea2be84b
commit
0c1b44fd1e
@ -754,5 +754,6 @@ lazy.setup({
|
|||||||
checker = {
|
checker = {
|
||||||
enabled = true,
|
enabled = true,
|
||||||
concurrency = 20
|
concurrency = 20
|
||||||
}
|
},
|
||||||
|
lockfile = vim.fn.stdpath('data') .. '/lazy-lock.json'
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user