mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-19 04:46:45 +00:00
feat: added lockfile support
This commit is contained in:
parent
bbad0cb891
commit
4384d0e6d9
7 changed files with 127 additions and 44 deletions
|
@ -13,6 +13,7 @@ M.defaults = {
|
|||
},
|
||||
interactive = true,
|
||||
packpath = vim.fn.stdpath("data") .. "/site/pack/lazy",
|
||||
lockfile = vim.fn.stdpath("config") .. "/lazy-lock.json",
|
||||
view = {
|
||||
icons = {
|
||||
start = "",
|
||||
|
@ -23,6 +24,7 @@ M.defaults = {
|
|||
keys = " ",
|
||||
cmd = " ",
|
||||
ft = "",
|
||||
task = "✔ ",
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue