From fd4014638a2de6ed78598dba2b36f73bf1e4c7c7 Mon Sep 17 00:00:00 2001 From: MaasOedipa Date: Thu, 9 Apr 2026 19:59:28 +0200 Subject: [PATCH] added lockfile to nix purposes --- init.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/init.lua b/init.lua index bccb0635..d09191c9 100644 --- a/init.lua +++ b/init.lua @@ -856,7 +856,9 @@ require('lazy').setup({ -- Or use telescope! -- In normal mode type `sh` then write `lazy.nvim-plugin` -- you can continue same window with `sr` which resumes last telescope search -}, { +}, +{ +lockfile = vim.fn.stdpath("data") .. "/lazy-lock.json", ui = { -- If you are using a Nerd Font: set icons to an empty table which will use the -- default lazy.nvim defined Nerd Font icons, otherwise define a unicode icons table