added lockfile to nix purposes

This commit is contained in:
MaasOedipa 2026-04-09 19:59:28 +02:00
parent a4b57654c9
commit fd4014638a
1 changed files with 3 additions and 1 deletions

View File

@ -856,7 +856,9 @@ require('lazy').setup({
-- Or use telescope! -- Or use telescope!
-- In normal mode type `<space>sh` then write `lazy.nvim-plugin` -- In normal mode type `<space>sh` then write `lazy.nvim-plugin`
-- you can continue same window with `<space>sr` which resumes last telescope search -- you can continue same window with `<space>sr` which resumes last telescope search
}, { },
{
lockfile = vim.fn.stdpath("data") .. "/lazy-lock.json",
ui = { ui = {
-- If you are using a Nerd Font: set icons to an empty table which will use the -- 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 -- default lazy.nvim defined Nerd Font icons, otherwise define a unicode icons table