Commit graph

2 commits

Author SHA1 Message Date
cb25d55374 nvim: stop tracking plugin-manager lockfiles
lazy-lock.json and nvim-pack-lock.json are runtime state written by lazy.nvim
and vim.pack. Tracking them in the config tree breaks read-only deployments
(e.g. home-manager xdg.configFile, which symlinks files into /nix/store). When
vim.pack tries to update its lockfile through a ro symlink, it fails with:
  EACCES: permission denied: ~/.config/nvim/nvim-pack-lock.json

Moving both files to .gitignore lets the plugin managers create writable
copies at runtime in their expected locations.

Made-with: Cursor
2026-04-18 23:38:40 -04:00
28622332a3 transfer 2026-03-12 19:06:07 -04:00