From c5353fe09dd983d3b05a250febf6c6145e5f115b Mon Sep 17 00:00:00 2001 From: vyfor Date: Sun, 22 Dec 2024 10:08:22 +0500 Subject: [PATCH] docs: update the migration guide --- wiki/MIGRATION.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wiki/MIGRATION.md b/wiki/MIGRATION.md index 56ff58eb..365dfe4f 100644 --- a/wiki/MIGRATION.md +++ b/wiki/MIGRATION.md @@ -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.