From 13cd2c3b2cc5a2c50ba034631e2a2573cf7ed799 Mon Sep 17 00:00:00 2001 From: Simon Hauser Date: Thu, 9 Apr 2026 23:00:38 +0200 Subject: [PATCH] docs: provide info in readme that plenary will be archived in Q2 2026 --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 85cbb8d9d..0f95793ab 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,17 @@ # plenary.nvim +--- + +## Important Notice + +This repository is no longer actively maintained and will be officially archived soon. + +* Critical bugs may still be addressed until **2026-06-30** +* No new features will be added +* Ongoing support should not be expected + +--- + All the lua functions I don't want to write twice. > plenary: @@ -8,7 +20,7 @@ All the lua functions I don't want to write twice. Note that this library is useless outside of Neovim since it requires Neovim functions. It should be usable with any recent version of Neovim though. -At the moment, it is very much in pre-alpha :smile: Expect changes to the way some functions are structured. I'm hoping to finish some document generators to provide better documentation for people to use and consume and then at some point we'll stabilize on a few more stable APIs. +~~At the moment, it is very much in pre-alpha :smile: Expect changes to the way some functions are structured. I'm hoping to finish some document generators to provide better documentation for people to use and consume and then at some point we'll stabilize on a few more stable APIs.~~ ## Installation