Skip to content

Commit

Permalink
feat!: Ignore lazy-lock file and add option to set custom path
Browse files Browse the repository at this point in the history
  • Loading branch information
Allaman committed Jul 9, 2024
1 parent 7046d2a commit 069f41f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 92 deletions.
92 changes: 0 additions & 92 deletions lazy-lock.json

This file was deleted.

1 change: 1 addition & 0 deletions lua/config/lazy.lua
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ require("lazy").setup("core.plugins", {
dev = {
path = vim.g.config.plugins.lazy.dev.path,
},
lockfile = vim.g.config.plugins.lazy.lockfile or vim.fn.stdpath("config") .. "/lazy-lock.json",
performance = {
rtp = {
disabled_plugins = vim.g.config.plugins.lazy.disabled_neovim_plugins,
Expand Down

0 comments on commit 069f41f

Please sign in to comment.