Skip to content

Commit

Permalink
docs: update the migration guide
Browse files Browse the repository at this point in the history
  • Loading branch information
vyfor committed Dec 22, 2024
1 parent abaa56e commit c5353fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wiki/MIGRATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The plugin in question, **cord.nvim**, has been rewritten from scratch with a ne

## ✨ What's New

- We have switched to Cargo for building instead of directly calling rustc in build scripts, which often caused inconsistencies. But don't worry, the dependency count is still at [zero](../Cargo.toml)! Plus, users can benefit from cac
- We have switched to Cargo for building instead of directly calling rustc in build scripts, which often caused inconsistencies. But don't worry, the dependency count is still at [zero](../Cargo.toml)! Plus, users can benefit from incremental builds.

- The plugin now runs as a server that handles all your Neovim instances. When you start Neovim, it launches a server in the background and connects to it. Any additional Neovim instances will connect to the same server, ensuring only one Rich Presence is shown. The most recent activity always takes priority.

Expand Down

0 comments on commit c5353fe

Please sign in to comment.