From 2f8796ea38d9b463eededd0bbce9af291c086e7b Mon Sep 17 00:00:00 2001 From: sommerfeld Date: Wed, 13 May 2026 13:43:09 +0100 Subject: chore(nvim): stop tracking pack lockfile The seeded lockfile offered little value for a single-user setup: fresh bootstraps will resolve version specs at install time, and any meaningful pinning is already expressed in init.lua's vim.pack.add() specs. Added an explicit .chezmoiignore entry so the runtime file doesn't show up as drift. --- .chezmoiignore | 1 + 1 file changed, 1 insertion(+) (limited to '.chezmoiignore') diff --git a/.chezmoiignore b/.chezmoiignore index e8e18e4..fdc688a 100644 --- a/.chezmoiignore +++ b/.chezmoiignore @@ -9,3 +9,4 @@ justfile just-lib.sh selene.toml selene-globals.yml +dot_config/nvim/nvim-pack-lock.json -- cgit v1.3.1