You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Even if I always like feedback, unfortunately there is absolutely no point in opening an issue that only contains a single and slightly sarcastic sentence but only ensures that further development is delayed due to maintenance overhead.
Anyway, I'm sorry that the theme update process broke on your side, but this is also something to expect when using a project's upstream branch instead of relying on stable version tags. Nord Vim's “Installation“ documentation page explicitly mentions and recommends to use a plugin/runtimepath manager which will automatically use the default branch of an repository but will also ensure to update the reference when this upstream branch gets changed or renamed. After taking a quick look at your public .dotfiles it looks like you've implemented a self-made plugin management solution where the cost is often that things might break compared to more stable and battle-tested projects. In your case the repository was cloned locally once while the default branch was still master but it won't be updated when this reference changes. Nord Vim's documentation also mentions that most plugin managers allow to define a specific version tag instead of using the upstream default branch which is a best-practice in many development areas anyway.
In the end all I can say is that users who like to use the upstream of a project must also live with the risk of possible breaking changes and know how to deal with them on their own.
... and wasting 2h of my life on debugging my config file.
The text was updated successfully, but these errors were encountered: