From cffe399b85a9544974811329d6fc0789c73ebb21 Mon Sep 17 00:00:00 2001 From: NotAShelf Date: Fri, 12 Jan 2024 20:34:37 +0300 Subject: [PATCH] docs: add presence.nvim deprecation notice --- docs/release-notes/rl-0.6.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/release-notes/rl-0.6.md b/docs/release-notes/rl-0.6.md index 95a7363..d48e1d0 100644 --- a/docs/release-notes/rl-0.6.md +++ b/docs/release-notes/rl-0.6.md @@ -17,3 +17,7 @@ Release notes for release 0.6 - Finished moving to `nixosOptionsDoc` in the documentation and changelog. We are fully free of asciidoc now - Bumped plugin inputs to their latest versions + +- Deprecated `presence.nvim` in favor of `neocord`. This means `vim.rich-presence.presence-nvim` is removed and will throw + a warning if used. You are recommended to rewrite your neocord config from scratch based on the + [official documentation](https://github.com/IogaMaster/neocord)