aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/dot_config/nvim/create_nvim-pack-lock.json
Commit message (Collapse)AuthorAgeFilesLines
* chore(nvim): seed pack lockfile with create_ prefixLibravatar sommerfeld2026-05-131-0/+222
The file is owned by vim.pack at runtime — tracking it causes constant chezmoi drift on every plugin update. The create_ prefix writes it once on fresh machines and leaves it alone after. Manually chezmoi re-add when you want to snapshot a known-good revision set.