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
263 stars 8 forks source link

Preserve Lazyman Neovim configuration.lua across migration #41

Closed doctorfree closed 12 months ago

doctorfree commented 1 year ago

With v4.0.0r1 an update from v3 does not preserve user modifications to ~/.config/nvim-Lazyman/lua/configuration.lua. A fresh clone of Lazyman with the default configuration.lua is used.

Preferably, the user mods to the Lazyman Neovim configuration would be preserved across updates as was the case in v3.

doctorfree commented 1 year ago

When addressing this issue, look at the diff of configuration.lua in scripts/lazyman_config.sh. I believe this also needs to be modified to update the previous configuration.lua prior to migration.

doctorfree commented 12 months ago

Reverted to all configs in ~/.config/ as Neovim nightly no longer supports paths in NVIM_APPNAME