-
-
Notifications
You must be signed in to change notification settings - Fork 253
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(cord-nvim)!: update to v2 #1322
base: main
Are you sure you want to change the base?
Conversation
Review ChecklistDoes this PR follow the [Contribution Guidelines](development guidelines)? Following is a partial checklist: Proper conventional commit scoping:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks for updating lgtm
are there more changes necessary?
Not really, I'd just prefer to wait until the branch gets merged into master. While v2 is mostly stable and I could set the |
Dismissed review for now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i tested it for same days.. lgtm
7ec8d6e
to
c743b22
Compare
📑 Description
cord.nvim
has been completely rewritten from the ground up, with a plethora of new features and updates. These changes may not be fully compatible with the previous version of the plugin. After extensive testing, the new version has proven stable, and we plan to merge the v2 branch on February 1, 2025.With v2, the plugin now follows semantic versioning. Additionally, the Rust compiler is no longer required to install the plugin, as the server component can now be easily downloaded via GitHub Releases using the async
:Cord update
command.ℹ Additional Information
0.5.0
to0.6.0
. This is unlikely to affect AstroNvim users, as it already requires a much more recent version.