Title here
Summary here
git clone [email protected]:you/nvim-config.git ~/.config/nvim
nvimlazy.nvim reads lazy-lock.json and installs the exact commits you had. Not “the latest”, which may have broken something this morning — the versions you know work.
git checkout -b try-new-colorschemeChange whatever you like. If it works, merge. If it does not:
git checkout mainand it never happened. This is what makes it safe to be adventurous with a config you depend on daily.
:Lazy updatethen commit the changed lazy-lock.json. If an update breaks something, git checkout lazy-lock.json and :Lazy restore put you back.