diff --git a/lua/user/plugins.lua b/lua/user/plugins.lua index b897e0d..ae6d19b 100644 --- a/lua/user/plugins.lua +++ b/lua/user/plugins.lua @@ -16,4 +16,6 @@ vim.opt.rtp:prepend(lazypath) -- { "folke/tokyonight.nvim", lazy = false, priority = 1000, opts = {}, } -- }) -require('lazy').setup('plugins') -- lua/plugins/* +require('lazy').setup('plugins', { + lockfile = vim.fn.stdpath("config") .. "/lazy-lock.json", +}) -- lua/plugins/*