doctorfree / nvim-lazyman

Neovim configuration manager and Lazy/Lua/Mason based Neovim config. Manage multiple Neovim configurations with the lazyman command. ☕
https://lazyman.dev
MIT License
288 stars 8 forks source link

Multiple updates with local modifications #3

Closed doctorfree closed 1 year ago

doctorfree commented 1 year ago

Multiple updates to the same configuration can fail if there are unresolved local modifications to files modified in the repository.

The first update appears to succeed due to stashing and restoring local mods but subsequent updates may fail.

I do not know how to address this issue aside from forcing the user to perform a merge somehow.

doctorfree commented 1 year ago

Should be fixed in v1.0.4